This commit is contained in:
joyqi
2013-11-26 16:49:04 +08:00
parent 95090003ee
commit 60ae83c142
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ $(document).ready(function() {
$(this).removeClass('drag');
},
uploadOpened : function (i, file, len) {
uploadStarted : function (i, file, len) {
fileUploadStart(file.name, 'drag-' + i);
},
+1 -1
View File
@@ -176,7 +176,7 @@ $(document).ready(function() {
$(this).removeClass('drag');
},
uploadOpened : function (i, file, len) {
uploadStarted : function (i, file, len) {
fileUploadStart(file.name, 'drag-' + i);
},