mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
document 모듈의 자바스크립트에서 x 계열 함수 제거 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7347 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
40d401141d
commit
3cc9af3d7d
2 changed files with 22 additions and 30 deletions
|
|
@ -177,8 +177,7 @@ function hideCategoryInfo() {
|
|||
|
||||
/* 카테고리 목록 갱신 */
|
||||
function doReloadTreeCategory(module_srl) {
|
||||
var params = new Array();
|
||||
params["module_srl"] = module_srl;
|
||||
var params = {'module_srl':module_srl};
|
||||
|
||||
// 서버에 요청하여 해당 노드의 정보를 수정할 수 있도록 한다.
|
||||
var response_tags = new Array('error','message', 'xml_file');
|
||||
|
|
@ -186,5 +185,5 @@ function doReloadTreeCategory(module_srl) {
|
|||
}
|
||||
|
||||
function doCategoryFormMove() {
|
||||
xAddEventListener(window,'load',function() { window.document.body.appendChild(xGetElementById('fo_category')); xGetElementById('category_info').style.width = "550px"; } );
|
||||
jQuery(function($){ $('#fo_category').appendTo(document.body); $('#category_info').css('width', '550px'); });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue