Merge "WebFonts integration with ULS display settings."
This commit is contained in:
@@ -57,8 +57,12 @@
|
||||
$.fn.uls.Constructor.prototype = $.extend( {}, $.fn.uls.Constructor.prototype, {
|
||||
render: function() {
|
||||
var $displaySettings = displaySettings();
|
||||
var that = this;
|
||||
this.$menu.find( "div#settings-block" ).append( $displaySettings );
|
||||
$displaySettings.languagesettings();
|
||||
$displaySettings.on( 'click', function() {
|
||||
that.hide();
|
||||
} );
|
||||
}
|
||||
} );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user