Ignore:
Timestamp:
12/28/15 09:54:58 (9 years ago)
Author:
nanardon
Message:

Don't use sync jquery call

Location:
trunk/LATMOS-Accounts-Web/root/html
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LATMOS-Accounts-Web/root/html/stat/display.tt

    r1499 r1543  
    4141      // have to use synchronous here, else the function 
    4242      // will return before the data is fetched 
    43       async: false, 
     43      // async: false, 
    4444      url: "[% c.uri_for('/json/stat', statname) %]", 
    4545      dataType:"json", 
     
    6767      // have to use synchronous here, else the function 
    6868      // will return before the data is fetched 
    69       async: false, 
     69      // async: false, 
    7070      url: "[% c.uri_for('/json/stat/history', statname) %]", 
    7171      dataType:"json", 
  • trunk/LATMOS-Accounts-Web/root/html/summary/accage/index.tt

    r1541 r1543  
    66      // have to use synchronous here, else the function 
    77      // will return before the data is fetched 
    8       async: false, 
     8      //async: false, 
    99      url: "[% jsonurl %]", 
    1010      dataType:"json", 
  • trunk/LATMOS-Accounts-Web/root/html/summary/expire/index.tt

    r1510 r1543  
    66      // have to use synchronous here, else the function 
    77      // will return before the data is fetched 
    8       async: false, 
     8      //async: false, 
    99      url: "[% c.uri_for('/json/expire') %]", 
    1010      dataType:"json", 
  • trunk/LATMOS-Accounts-Web/root/html/summary/rh/index.tt

    r1412 r1543  
    3939      // have to use synchronous here, else the function 
    4040      // will return before the data is fetched 
    41       async: false, 
     41      // async: false, 
    4242      url: "[% c.uri_for('/json/stat/dpmt') %]", 
    4343      dataType:"json", 
Note: See TracChangeset for help on using the changeset viewer.