summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-07-27 19:27:30 +0200
committerLeif Johansson <leifj@sunet.se>2011-07-27 19:27:30 +0200
commita1bc160918abbf07c51f583d63d0074fe0a84ff7 (patch)
treeaa7a152eec925d87b82d22ec34d16374aee454ac /src/main/webapp
parent97147f9ff8bb54f37ba56984a86f710264d8f783 (diff)
back to ios menus
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/wayf-ndn.jsp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/webapp/wayf-ndn.jsp b/src/main/webapp/wayf-ndn.jsp
index b0f31a5..05a682f 100644
--- a/src/main/webapp/wayf-ndn.jsp
+++ b/src/main/webapp/wayf-ndn.jsp
@@ -206,7 +206,7 @@ $(function() {
} else if ( menu.active && menu.active.find( '> ul' ).length ) {
// if you selected something with children, show the children:
menu.focus( event, menu.active );
- if ( menu.right( event ) ) {
+ if ( menu.expand( event ) ) {
event.stopImmediatePropagation();
}
event.preventDefault();