projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f18d0e
)
commands menu added
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 29 Mar 2009 08:05:39 +0000
(08:05 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sun, 29 Mar 2009 08:05:39 +0000
(08:05 +0000)
web/menu.js
patch
|
blob
|
history
diff --git
a/web/menu.js
b/web/menu.js
index
2ae540f
..
17cb78f
100644
(file)
--- a/
web/menu.js
+++ b/
web/menu.js
@@
-8,8
+8,11
@@
g_menu_tree[0] = new Array();
g_menu_tree[0][0] = $('menu_webstart');
+ g_menu_tree[0][1] = $('menu_commands');
g_menu_tree[1] = new Array();
- g_menu_tree[1][0] = $('menu_raduni');
+ g_menu_tree[1][0] = $('menu_meeting');
+ g_menu_tree[1][1] = $('menu_state');
+ g_menu_tree[1][2] = $('menu_listen');
}
function menu_show(id) {