mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
이미지 크기 조절후 원본을 보여주는 스크립트와 XE 기본 이미지 갤러리에서 사용하는 스크립트의 순서 문제로 인하여 원본을 보여주는 스크립트의 오동작 발생하는 문제 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4924 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
065705f281
commit
c0b0017c1d
2 changed files with 2 additions and 2 deletions
|
|
@ -63,7 +63,7 @@ function resizeImageContents() {
|
|||
}
|
||||
}
|
||||
}
|
||||
xAddEventListener(window, "load", resizeImageContents);
|
||||
xAddEventListener(window, "load", function() { setTimeout(resizeImageContents,1500); });
|
||||
|
||||
/**
|
||||
* @brief 본문내에서 컨텐츠 영역보다 큰 이미지의 경우 원본 크기를 보여줌
|
||||
|
|
|
|||
|
|
@ -8,6 +8,6 @@
|
|||
**/
|
||||
|
||||
if($called_position == 'after_module_proc' && Context::getResponseMethod()!="XMLRPC") {
|
||||
Context::addJsFile('./addons/resize_image/js/resize_image.js');
|
||||
Context::addJsFile('./addons/resize_image/js/resize_image.js',false);
|
||||
}
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue