ULS - Language settings navigation fix

Hide the popup when navigating to other window.

Change-Id: I7f1f6eef08249d6e40225d5ad7036b39e7c26b0e
This commit is contained in:
Santhosh Thottingal
2012-08-20 10:54:54 +05:30
parent ca4ba4f270
commit 0d281887d3
2 changed files with 1 additions and 4 deletions

View File

@@ -138,8 +138,6 @@
},
click: function( e ) {
e.stopPropagation();
e.preventDefault();
if ( !this.shown ) {
this.show();
}