فهرست منبع

allow any types

Yuki Takei 9 سال پیش
والد
کامیت
114c7559a3
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      resource/js/legacy/crowi-form.js

+ 2 - 1
resource/js/legacy/crowi-form.js

@@ -463,7 +463,8 @@ $(function() {
         _csrf: csrfToken
       },
       progressText: '(Uploading file...)',
-      urlText: "\n![file]({filename})\n"
+      urlText: "![file]({filename})\n",
+      allowedTypes: '*'
     };
 
     attachmentOption.onFileReceived = function(file) {