mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
issue 160, JS/CSS min related problem
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9411 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2c9b51d204
commit
bea057c214
1 changed files with 2 additions and 2 deletions
|
|
@ -192,8 +192,8 @@ class HTMLDisplayHandler {
|
|||
$oContext->loadFile('./modules/admin/tpl/js/admin.js', true);
|
||||
} else {
|
||||
$oContext->loadFile(array('./modules/admin/tpl/css/admin.min.css', 'all', '', 100000), true);
|
||||
$oContext->loadFile(array("./modules/admin/tpl/css/admin_{$lang_type}.min.css", 'all', '',10000), true);
|
||||
$oContext->loadFile('./modules/admin/tpl/js/admin.js', true);
|
||||
$oContext->loadFile(array("./modules/admin/tpl/css/admin_{$lang_type}.css", 'all', '',10000), true);
|
||||
$oContext->loadFile('./modules/admin/tpl/js/admin.min.js', true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue