Kaynağa Gözat

Upgrade to release v4.1.3

Kartik Visweswaran 10 yıl önce
ebeveyn
işleme
53260a5395
2 değiştirilmiş dosya ile 2 ekleme ve 4 silme
  1. 2 4
      js/fileinput.js
  2. 0 0
      js/fileinput.min.js

+ 2 - 4
js/fileinput.js

@@ -845,12 +845,10 @@
                 },
                 },
                 updateProgress = function() {
                 updateProgress = function() {
                     if (allFiles && self.uploadPercent >= 100) {
                     if (allFiles && self.uploadPercent >= 100) {
-                        self.$element.trigger('filebatchuploadcomplete', [self.filestack, self.uploadExtraData]);
-                        return;
-                    }
-                    if (self.$preview.find('file-uploading').length == 0) {
                         self.unlock();
                         self.unlock();
                         self.clearFileInput();
                         self.clearFileInput();
+                        self.$element.trigger('filebatchuploadcomplete', [self.filestack, self.uploadExtraData]);
+                        return;
                     }
                     }
                     if (!allFiles || total == 0) {
                     if (!allFiles || total == 0) {
                         return;
                         return;

Dosya farkı çok büyük olduğundan ihmal edildi
+ 0 - 0
js/fileinput.min.js


Bu fark içinde çok fazla dosya değişikliği olduğu için bazı dosyalar gösterilmiyor