메뉴 편집시의 x 계열 함수 제거

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7345 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
taggon 2010-03-16 03:18:58 +00:00
parent 180a43a104
commit a836524623
2 changed files with 28 additions and 63 deletions

View file

@ -169,5 +169,6 @@ function completeInsertMenuItem(ret_obj) {
}
function doMoveMenuInfo() {
xAddEventListener(window,'load', function() { window.document.body.appendChild(xGetElementById('fo_menu')); xGetElementById('menu_zone_info').style.width = '550px'; } );
var $ = jQuery;
$(function(){ $('#fo_menu').appendTo(document.body); $('#menu_zone_info').css('width', '550px'); });
}