From d0ef38c1e21e6d638d486f47e60a33e1581f7439 Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Wed, 21 Nov 2012 17:33:16 +0530 Subject: [PATCH] Donot close when clicked outside Change-Id: Ib94423e8c26f69cdba460e21e9bcaee1a436e187 --- src/jquery.uls.core.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 7e1c382..f9ae25a 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -224,9 +224,6 @@ e.stopPropagation(); } ); - // Close ULS if clicking elsewhere - $( document ).on( 'click', $.proxy( uls.cancel, uls ) ); - // Handle key press events on the menu uls.$menu.on( 'keypress', $.proxy( this.keypress, this ) ) .on( 'keyup', $.proxy( this.keyup, this ) );