Changeset 345 for pro-bachkim-filespace
- Timestamp:
- Oct 30, 2014 3:49:51 PM (11 years ago)
- Location:
- pro-bachkim-filespace/sourcecode/assets/js
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/assets/js/jquery.fileupload.js
r241 r345 693 693 694 694 _onDone: function (result, textStatus, jqXHR, options) { 695 695 696 var total = options._progress.total; 696 697 if (options._progress.loaded < total) { … … 703 704 }), options); 704 705 } 706 alert("123"); 705 707 options.result = result; 706 708 options.textStatus = textStatus; -
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r287 r345 430 430 } 431 431 }; 432 432 433 433 return bootbox.dialog(promptOptions); 434 434 }
Note: See TracChangeset
for help on using the changeset viewer.