浏览代码

Fix #822: Correct resize image counter

Kartik Visweswaran 8 年之前
父节点
当前提交
12e144edc6
共有 2 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      js/fileinput.js
  2. 0 0
      js/fileinput.min.js

+ 1 - 0
js/fileinput.js

@@ -2576,6 +2576,7 @@
                 return true;
             }
             if (!self.filestack[ind]) {
+                counter.val++;
                 return true;
             }
             type = type || self.resizeDefaultImageType;

文件差异内容过多而无法显示
+ 0 - 0
js/fileinput.min.js


部分文件因为文件数量过多而无法显示