git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5264 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ngleader 2009-01-07 05:19:01 +00:00
parent 2efa0c6d02
commit fff201cd10

View file

@ -201,6 +201,7 @@ function menuFormReset() {
jQuery('#menu_normal_btn_img','#menu_hover_btn_img','#menu_active_btn_img').attr("src",""); jQuery('#menu_normal_btn_img','#menu_hover_btn_img','#menu_active_btn_img').attr("src","");
jQuery('#itemAttr4').css("display","none"); jQuery('#itemAttr4').css("display","none");
fo_obj.reset(); fo_obj.reset();
location.href = '#';
} }
function completeInsertMenuItem(data) { function completeInsertMenuItem(data) {