Changeset 10387
- Timestamp:
- Apr 15, 2011, 4:43:46 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/regenerateThumbnails/element_set_global_action.tpl
r9934 r10387 54 54 jQuery('select[name="selectAction"]').hide(); 55 55 jQuery('#regenerationMsg').show(); 56 jQuery('#progressBar').progressBar(0, { 57 max: progressBar_max, 58 textFormat: 'fraction', 59 boxImage: 'plugins/regenerateWebsize/images/progressbar.gif', 60 barImage: 'plugins/regenerateWebsize/images/progressbg_orange.gif' 61 }); 56 62 57 63 for (i=0;i<elements.length;i++) { … … 68 74 }, 69 75 dataType: 'json', 70 success: ( function(data) { progress(++todo, progressBar_max, true) }),76 success: ( function(data) { progress(++todo, progressBar_max, data['result']) }), 71 77 error: ( function(data) { progress(++todo, progressBar_max, false) }) 72 78 });
Note: See TracChangeset
for help on using the changeset viewer.