From 74798b93c16f31efd7d3cac7edfcce17ab5bce75 Mon Sep 17 00:00:00 2001 From: kagla Date: Tue, 22 Jun 2021 16:43:21 +0900 Subject: [PATCH] =?UTF-8?q?webp=20=ED=99=95=EC=9E=A5=EC=9E=90=EB=A5=BC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=ED=95=98=EC=97=AC=20=EC=9A=A9=EB=9F=89=20?= =?UTF-8?q?=ED=81=B0=20webp=20=ED=8C=8C=EC=9D=BC=EC=9D=B4=20=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C=20=EB=90=98=EB=8A=94=20=EA=B2=83=EC=9D=84=20?= =?UTF-8?q?=ED=99=95=EC=9D=B8=ED=95=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../smarteditor2/photo_uploader/popup/js/jquery.fileupload.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/editor/smarteditor2/photo_uploader/popup/js/jquery.fileupload.js b/plugin/editor/smarteditor2/photo_uploader/popup/js/jquery.fileupload.js index 69430ecd9..128598335 100644 --- a/plugin/editor/smarteditor2/photo_uploader/popup/js/jquery.fileupload.js +++ b/plugin/editor/smarteditor2/photo_uploader/popup/js/jquery.fileupload.js @@ -1283,8 +1283,8 @@ file_size_limit : "10 MB", file_upload_limit: 0, file_queue_limit : this.options.limit_filesLength, - file_types : "*.jpeg; *.bmp; *.png; *.jpg; *.gif", - file_types_description : "Image Files (JPG, JPEG, PNG, BMP, GIF)", + file_types : "*.jpeg; *.bmp; *.png; *.jpg; *.gif; *.webp", + file_types_description : "Image Files (JPG, JPEG, PNG, BMP, GIF, WEBP)", flash_url : "./swfupload/swfupload.swf", button_placeholder : this.options.fileInput[0], button_width : "100%",