Plugin Directory

Changeset 1981335


Ignore:
Timestamp:
11/27/2018 02:17:42 PM (7 years ago)
Author:
martindrapeau
Message:

Standings: allow fetching offline programs

Location:
amilia-store/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • amilia-store/trunk/amilia-store.php

    r1977710 r1981335  
    66Author: Martin Drapeau <martin.drapeau@amilia.com>
    77Copyright: 2014-2018 Amilia
    8 Version: 2.8.8
     8Version: 2.8.9
    99Author URI: http://www.amilia.com/
    1010License: Apache License 2.0
  • amilia-store/trunk/shortcodes/amilia-store-standings.js

    r1977603 r1981335  
    107107     
    108108      programSelectError.innerHTML == Amilia.lang('pleaseWait');
    109       Amilia.ajaxGetJson(urlComponents.apiUrl + 'Programs',
     109      Amilia.ajaxGetJson(urlComponents.apiUrl + 'Programs?offline=true',
    110110        function(xhr) {
    111111          var response = JSON.parse(xhr.response) || {};
Note: See TracChangeset for help on using the changeset viewer.