projects
/
brisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c81fd91
)
poll added
author
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 23 May 2009 09:37:29 +0000
(09:37 +0000)
committer
Matteo Nastasi (mop)
<nastasi@alternativeoutput.it>
Sat, 23 May 2009 09:37:29 +0000
(09:37 +0000)
web/menu.js
patch
|
blob
|
history
diff --git
a/web/menu.js
b/web/menu.js
index
17cb78f
..
2d2fdc7
100644
(file)
--- a/
web/menu.js
+++ b/
web/menu.js
@@
-9,6
+9,9
@@
g_menu_tree[0] = new Array();
g_menu_tree[0][0] = $('menu_webstart');
g_menu_tree[0][1] = $('menu_commands');
+ if ($('menu_pool') != null)
+ g_menu_tree[0][2] = $('menu_pool');
+
g_menu_tree[1] = new Array();
g_menu_tree[1][0] = $('menu_meeting');
g_menu_tree[1][1] = $('menu_state');