update plupload

This commit is contained in:
joyqi 2017-11-15 17:51:29 +08:00
parent 77df79871b
commit 97390a2af5
4 changed files with 3047 additions and 2341 deletions

BIN
admin/js/Moxie.swf Normal file → Executable file

Binary file not shown.

4790
admin/js/moxie.js Normal file → Executable file

File diff suppressed because it is too large Load Diff

596
admin/js/plupload.js Normal file → Executable file

File diff suppressed because it is too large Load Diff

View File

@ -340,7 +340,7 @@ class Widget_Options extends Typecho_Widget
array('gif,jpg,jpeg,png,tiff,bmp', 'mp3,wmv,wma,rmvb,rm,avi,flv',
'txt,doc,docx,xls,xlsx,ppt,pptx,zip,rar,pdf'), $this->attachmentTypes);
$attachmentTypesResult = array_unique(array_map('trim', explode(',', $attachmentTypes)));
$attachmentTypesResult = array_unique(array_map('trim', preg_split("/(,|\.)/", $attachmentTypes)));
}
return $attachmentTypesResult;