This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
[Espace producteur] Commander > calendrier : afficher un seul mois en version mobile
#1339
feature/souke
Guillaume Bourgeois
1 year ago
parent
9abda816a7
commit
1eb7172322
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
+1
-1
producer/web/js/vuejs/order-order.js
+ 1
- 1
producer/web/js/vuejs/order-order.js
View File
@@ -31,7 +31,7 @@ var app = new Vue({
urlLogin: '#',
producerOptionOrderEntryPoint: null,
calendar: {
columns: 2,
columns:
this.isMobile() ? 1 :
2,
mode: 'single',
attrs: [],
availableDates: [],
Write
Preview
Loading…
Cancel
Save