Ignore:
Timestamp:
Mar 16, 2011, 1:25:58 AM (13 years ago)
Author:
patdenice
Message:

Add ajax loader bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/autoupdate/trunk/template/autoupdate.js

    r9712 r9721  
    5656
    5757function upgradeExtension(type, id, revision) {
     58  jQuery('.autoupdate_bar').toggle();
    5859  jQuery.ajax({
    5960    type: 'POST',
     
    8687        extList = [];
    8788      }
     89      jQuery('.autoupdate_bar').toggle();
    8890    },
    8991    error: function(data) {
     
    9799      );
    98100      extList = [];
     101      jQuery('.autoupdate_bar').toggle();
    99102    },
    100103    dataType: 'json'
Note: See TracChangeset for help on using the changeset viewer.