Changes to show the display settings in the sidebar
* Add a caret for the ULS in the sidebar. * Adjust the panel's position. * Immediately show the Display settings instead of the language list. Also added documentation. Change-Id: I6635092e9e020cb1f5b51f437abde4e81c31ae48
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
// Register all event listeners to the ULS language settings here.
|
||||
langSettings.$element.on( 'click', $.proxy( langSettings.show, langSettings ) );
|
||||
langSettings.$window.find( '#languagesettings-close' )
|
||||
.on( 'click', $.proxy( langSettings.hide, langSettings ) );
|
||||
.on( 'click', $.proxy( langSettings.close, langSettings ) );
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user