Changeset 1943984
- Timestamp:
- 09/19/2018 11:47:25 PM (8 years ago)
- Location:
- amilia-store/trunk
- Files:
-
- 2 edited
-
amilia-store-calendar.php (modified) (2 diffs)
-
amilia-store.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amilia-store/trunk/amilia-store-calendar.php
r1943949 r1943984 157 157 } 158 158 } 159 resources.sort(function(a,b) { 160 var _a = a.title.toLowerCase(); 161 var _b = b.title.toLowerCase(); 162 if (_a == _b) return 0; 163 if (_a > _b) return 1; 164 return -1; 165 }); 159 166 if (showFacilitiesFilter) { 160 167 facilitiesSelect.selectize({ … … 194 201 defaultView: '$view', 195 202 defaultDate: '$date', 196 minTime: '$time',203 scrollTime: '$time', 197 204 events: function(start, end, timezone, callback) { 198 205 var url = eventsUrl + '?start=' + start.format('YYYY-MM-DD') + '&end=' + end.format('YYYY-MM-DD') + (showHidden ? '&showHidden=true' : ''); -
amilia-store/trunk/amilia-store.php
r1943949 r1943984 6 6 Author: Martin Drapeau <martin.drapeau@amilia.com> 7 7 Copyright: 2014-2018 Amilia 8 Version: 2.6. 58 Version: 2.6.6 9 9 Author URI: http://www.amilia.com/ 10 10 License: Apache License 2.0
Note: See TracChangeset
for help on using the changeset viewer.