mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
업로드 파일명 처리 관련 버그 수정
xpressengine/xe-core#2008 xpressengine/xe-core#2269
This commit is contained in:
parent
a0d688df9d
commit
d069cf1194
3 changed files with 6 additions and 2 deletions
|
|
@ -386,7 +386,8 @@
|
|||
|
||||
data.files[file.file_srl] = file;
|
||||
$container.data(data);
|
||||
|
||||
|
||||
file.source_filename = file.source_filename.replace("&", "&");
|
||||
if(/\.(jpe?g|png|gif)$/i.test(file.source_filename)) {
|
||||
result_image.push(template_fileimte_image(file));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue