리사이즈 애드온에 UI javascript plugin load하도록 수정

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5302 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2009-01-09 11:21:32 +00:00
parent e065076457
commit 612318aec5

View file

@ -8,6 +8,7 @@
**/
if($called_position == 'after_module_proc' && Context::getResponseMethod()!="XMLRPC") {
Context::loadJavascriptPlugin('ui');
Context::addJsFile('./addons/resize_image/js/resize_image.js',false);
}
?>