소스 검색

add image/vnd.dwg signature (#1803)

* Update fileinput.js

add image/vnd.dwg

* Update fileinput.js
Kirill Petrov 3 년 전
부모
커밋
d8b5469ef4
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      js/fileinput.js

+ 3 - 1
js/fileinput.js

@@ -459,6 +459,8 @@
                     return 'image/tiff';
                 case '52494646':
                     return 'image/webp';
+                case '41433130':
+                    return 'image/vnd.dwg';
                 case '66747970':
                     return 'video/3gp';
                 case '4f676753':
@@ -6571,4 +6573,4 @@
             $input.fileinput();
         }
     });
-}));
+}));