Changeset 1981335
- Timestamp:
- 11/27/2018 02:17:42 PM (7 years ago)
- Location:
- amilia-store/trunk
- Files:
-
- 2 edited
-
amilia-store.php (modified) (1 diff)
-
shortcodes/amilia-store-standings.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amilia-store/trunk/amilia-store.php
r1977710 r1981335 6 6 Author: Martin Drapeau <martin.drapeau@amilia.com> 7 7 Copyright: 2014-2018 Amilia 8 Version: 2.8. 88 Version: 2.8.9 9 9 Author URI: http://www.amilia.com/ 10 10 License: Apache License 2.0 -
amilia-store/trunk/shortcodes/amilia-store-standings.js
r1977603 r1981335 107 107 108 108 programSelectError.innerHTML == Amilia.lang('pleaseWait'); 109 Amilia.ajaxGetJson(urlComponents.apiUrl + 'Programs ',109 Amilia.ajaxGetJson(urlComponents.apiUrl + 'Programs?offline=true', 110 110 function(xhr) { 111 111 var response = JSON.parse(xhr.response) || {};
Note: See TracChangeset
for help on using the changeset viewer.