mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
메뉴 편집시의 x 계열 함수 제거 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7345 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
180a43a104
commit
a836524623
2 changed files with 28 additions and 63 deletions
|
|
@ -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'); });
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue