From a1bc160918abbf07c51f583d63d0074fe0a84ff7 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 27 Jul 2011 19:27:30 +0200 Subject: back to ios menus --- src/main/webapp/wayf-ndn.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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(); -- cgit v1.1