mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
jQuery의 참조변수($)를 다른 라이브러리가 덮어버릴 수 있기에 애초에 제거하도록 함.
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5034 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
be3e9be900
commit
3d4913482c
2 changed files with 3 additions and 0 deletions
|
|
@ -135,6 +135,7 @@
|
|||
|
||||
// 기본 JS/CSS 등록
|
||||
$this->addJsFile("./common/js/jquery-1.2.6.js");
|
||||
$this->addJsFile("./common/js/jquery.noconflict.js");
|
||||
$this->addJsFile("./common/js/x.js");
|
||||
$this->addJsFile("./common/js/common.js");
|
||||
$this->addJsFile("./common/js/xml_handler.js");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue