Correct selectors, and formatting

Fix the issues from Ib2c8cfed
And for ID based selectors removed the element name.

Change-Id: I0016246c3a32b2b3696a1da1c04f507275c2267c
This commit is contained in:
Santhosh Thottingal
2012-09-07 18:55:02 +05:30
parent 805482d9cd
commit 0b2b993b19
2 changed files with 6 additions and 5 deletions

View File

@@ -64,7 +64,7 @@
var that = this;
// Register all event listeners to the ULS language settings here.
that.$element.on( "click", $.proxy( that.show, that ) );
that.$window.find( 'languagesettings-close' )
that.$window.find( '#languagesettings-close' )
.on( "click", $.proxy( that.hide, that ) );
},