Changeset 1970350
- Timestamp:
- 11/07/2018 01:06:17 PM (7 years ago)
- Location:
- amilia-store/trunk
- Files:
-
- 2 edited
-
amilia-store.php (modified) (1 diff)
-
shortcodes/amilia-store-standings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amilia-store/trunk/amilia-store.php
r1968406 r1970350 6 6 Author: Martin Drapeau <martin.drapeau@amilia.com> 7 7 Copyright: 2014-2018 Amilia 8 Version: 2.8. 28 Version: 2.8.3 9 9 Author URI: http://www.amilia.com/ 10 10 License: Apache License 2.0 -
amilia-store/trunk/shortcodes/amilia-store-standings.php
r1968082 r1970350 308 308 309 309 var fetchCount = 0; 310 var fetchMaxCount = 5;310 var fetchMaxCount = 10; 311 311 function fetchNextEvents(start, end) { 312 312 if (start.isSame(end) || start.isAfter(end)) {
Note: See TracChangeset
for help on using the changeset viewer.