Do not close when clicked outside
Change-Id: I8c62161ee277dcbad9f8989362290b983978c785
This commit is contained in:
@@ -69,9 +69,6 @@
|
|||||||
langSettings.$window.find( '#languagesettings-close' )
|
langSettings.$window.find( '#languagesettings-close' )
|
||||||
.on( 'click', $.proxy( langSettings.hide, langSettings ) );
|
.on( 'click', $.proxy( langSettings.hide, langSettings ) );
|
||||||
|
|
||||||
// hide this window if clicking elsewhere
|
|
||||||
$( document ).on( 'click', $.proxy( langSettings.hide, langSettings ) );
|
|
||||||
|
|
||||||
},
|
},
|
||||||
|
|
||||||
render: function () {
|
render: function () {
|
||||||
|
|||||||
Reference in New Issue
Block a user