diff options
author | Leif Johansson <leifj@sunet.se> | 2011-07-27 19:27:30 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2011-07-27 19:27:30 +0200 |
commit | a1bc160918abbf07c51f583d63d0074fe0a84ff7 (patch) | |
tree | aa7a152eec925d87b82d22ec34d16374aee454ac /src | |
parent | 97147f9ff8bb54f37ba56984a86f710264d8f783 (diff) |
back to ios menus
Diffstat (limited to 'src')
-rw-r--r-- | src/main/webapp/wayf-ndn.jsp | 2 |
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(); |