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:
@@ -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 ) );
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user