mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1161 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cc54e8ba8b
commit
558e884eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -254,7 +254,7 @@ function editor_insert_file(upload_target_srl) {
|
|||
var uploaded_filename = file_obj.uploaded_filename;
|
||||
|
||||
// 바로 링크 가능한 파일의 경우 (이미지, 플래쉬, 동영상 등..)
|
||||
if(uploaded_filename) {
|
||||
if(uploaded_filename.indexOf("binaries")==-1) {
|
||||
// 이미지 파일의 경우 image_link 컴포넌트 열결
|
||||
if(/\.(jpg|jpeg|png|gif)$/i.test(uploaded_filename)) {
|
||||
openComponent("image_link", upload_target_srl, uploaded_filename);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue