mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
prioritize common js/css files
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7521 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7a61317b2c
commit
a87569e50a
1 changed files with 5 additions and 5 deletions
|
|
@ -147,11 +147,11 @@ class HTMLDisplayHandler {
|
|||
// add common JS/CSS files
|
||||
$oContext->_addJsFile("./common/js/jquery.js", true, '', -100000);
|
||||
//$oContext->_addJsFile("./common/js/jquery-1.4.2-full.js", true, '', -100000);
|
||||
$oContext->_addJsFile("./common/js/x.js");
|
||||
$oContext->_addJsFile("./common/js/common.js");
|
||||
$oContext->_addJsFile("./common/js/js_app.js");
|
||||
$oContext->_addJsFile("./common/js/xml_handler.js");
|
||||
$oContext->_addJsFile("./common/js/xml_js_filter.js");
|
||||
$oContext->_addJsFile("./common/js/x.js", true, '', -100000);
|
||||
$oContext->_addJsFile("./common/js/common.js", true, '', -100000);
|
||||
$oContext->_addJsFile("./common/js/js_app.js", true, '', -100000);
|
||||
$oContext->_addJsFile("./common/js/xml_handler.js", true, '', -100000);
|
||||
$oContext->_addJsFile("./common/js/xml_js_filter.js", true, '', -100000);
|
||||
$oContext->_addCSSFile("./common/css/default.css", true, 'all', '', -100000);
|
||||
$oContext->_addCSSFile("./common/css/button.css", true, 'all', '', -100000);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue