xzw пре 4 година
родитељ
комит
ba523ff482
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      js/edit.js

+ 1 - 1
js/edit.js

@@ -644,7 +644,7 @@ Hotpoint.prototype.addmedia = function() {
             alert("文件必须为图片!");
             return false;
         }
-        if (!restrictedSize(file, 2)) {
+        if (!restrictedSize(file, 9)) {
             return false;
         }