mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 01:03:28 +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
|
|
@ -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