resizeImage 애드온 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5322 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-12 04:39:00 +00:00
parent e711c039e3
commit d6714c3048
2 changed files with 29 additions and 42 deletions

View file

@ -7,7 +7,7 @@
* @brief 본문내 이미지 조절 애드온
**/
if($called_position == 'after_module_proc' && Context::getResponseMethod()!="XMLRPC") {
if($called_position == 'after_module_proc' && Context::getResponseMethod()=="HTML") {
Context::loadJavascriptPlugin('ui');
Context::addJsFile('./addons/resize_image/js/resize_image.js',false);
}