mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1160 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
7885449381
commit
cc54e8ba8b
4 changed files with 44 additions and 44 deletions
|
|
@ -41,6 +41,8 @@ function xe_print_menu(menu_name, depth, print_child) {
|
|||
var menu_obj = menu_list[menu_key];
|
||||
if(typeof(menu_obj)=='undefined'||!menu_obj) continue;
|
||||
|
||||
if(!menu_obj.text && !menu_obj.normal_btn) continue;
|
||||
|
||||
var className = menu_obj.className;
|
||||
if(menu_obj.selected) className = menu_obj.selectedClassName;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue