Changeset 1190:8c90371fe801
- Timestamp:
- 07/15/13 16:50:03 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/js/jsUpload/jquery.fileupload-ui.js
r1189 r1190 269 269 // Callback for uploads start, equivalent to the global ajaxStart event: 270 270 start: function (e) { 271 $(this).find('.start').hide(); 271 272 var that = $(this).data('blueimp-fileupload') || 272 $(this). find('.start').hide();273 $(this).data('fileupload'); 273 274 that._resetFinishedDeferreds(); 274 275 that._transition($(this).find('.fileupload-progress')).done(
Note: See TracChangeset
for help on using the changeset viewer.