Remove most minified CSS and JS files

This commit is contained in:
Kijin Sung 2016-01-07 11:35:06 +09:00
parent 002d239137
commit ff155c1abc
76 changed files with 43 additions and 9358 deletions

View file

@ -20,7 +20,7 @@ if($called_position == 'after_module_proc' && Context::getResponseMethod() == "H
else
{
Context::loadJavascriptPlugin('ui');
Context::loadFile(array('./addons/resize_image/js/resize_image.min.js', 'body', '', null), true);
Context::loadFile(array('./addons/resize_image/js/resize_image.js', 'body', '', null), true);
}
}