17523934 * jQuery 코어 수정을 되돌리고, 별도의 파일로 작성, 로드

* jQuery 1.2.6 버전에만 반영하도록 설정
  * jQuery 1.3 교체시 제거 대상

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5078 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-12-15 05:27:46 +00:00
parent 8e35ce998f
commit 6fa6782fd0
3 changed files with 33 additions and 1 deletions

View file

@ -136,6 +136,7 @@
// 기본 JS/CSS 등록
$this->addJsFile("./common/js/jquery-1.2.6.js");
$this->addJsFile("./common/js/jquery-1.2.6.fix.js"); // jQuery 1.2.6 bug fix
$this->addJsFile("./common/js/x.js");
$this->addJsFile("./common/js/common.js");
$this->addJsFile("./common/js/xml_handler.js");