jQuery의 참조변수($)를 다른 라이브러리가 덮어버릴 수 있기에 애초에 제거하도록 함.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5034 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-12-03 10:33:27 +00:00
parent be3e9be900
commit 3d4913482c
2 changed files with 3 additions and 0 deletions

View file

@ -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");