Donot close when clicked outside

Change-Id: Ib94423e8c26f69cdba460e21e9bcaee1a436e187
This commit is contained in:
Santhosh Thottingal
2012-11-21 17:33:16 +05:30
parent 9938c9685e
commit d0ef38c1e2

View File

@@ -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 ) );