diff options
Diffstat (limited to 'src/main/webapp')
-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(); |