mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-25 21:32:51 +09:00
1. JS App Framework을 기본 스크립트로 추가
2. autolink 애드온을 JS-App에 맞게 수정 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6892 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2ccd275fb5
commit
d4f35bb906
3 changed files with 42 additions and 30 deletions
|
|
@ -163,6 +163,7 @@
|
|||
$this->addJsFile("./common/js/jquery.js");
|
||||
$this->addJsFile("./common/js/x.js");
|
||||
$this->addJsFile("./common/js/common.js");
|
||||
$this->addJsFile("./common/js/js_app.js");
|
||||
$this->addJsFile("./common/js/xml_handler.js");
|
||||
$this->addJsFile("./common/js/xml_js_filter.js");
|
||||
$this->addCSSFile("./common/css/default.css");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue