Changeset 1931304
- Timestamp:
- 08/28/2018 01:04:00 AM (8 years ago)
- Location:
- amilia-store/trunk
- Files:
-
- 2 edited
-
amilia-store-standings.php (modified) (1 diff)
-
amilia-store.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amilia-store/trunk/amilia-store-standings.php
r1931297 r1931304 229 229 jQuery.get(url) 230 230 .done(function(data) { 231 if (!data || data.length == 0) return;231 if (!data) return; 232 232 for (var i = 0; i < data.length; i++) { 233 233 var event = data[i]; -
amilia-store/trunk/amilia-store.php
r1931297 r1931304 6 6 Author: Martin Drapeau <martin.drapeau@amilia.com> 7 7 Copyright: 2014-2017 Amilia 8 Version: 2. 5.98 Version: 2.6.0 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.