mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Add option to minify only common (core) files
This commit is contained in:
parent
8e05c56e4e
commit
da1822d296
7 changed files with 50 additions and 21 deletions
|
|
@ -425,7 +425,7 @@ class HTMLDisplayHandler
|
|||
Context::loadFile(array('./common/css/xe.css', '', '', -1600000), true);
|
||||
$original_file_list = array('x', 'common', 'js_app', 'xml_handler', 'xml_js_filter');
|
||||
|
||||
if(Context::getDBInfo()->minify_scripts === 'N')
|
||||
if(Context::getDBInfo()->minify_scripts === 'none')
|
||||
{
|
||||
Context::loadFile(array('./common/js/jquery-1.x.js', 'head', 'lt IE 9', -1730000), true);
|
||||
Context::loadFile(array('./common/js/jquery.js', 'head', 'gte IE 9', -1720000), true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue