Merge "WebFonts integration with ULS display settings."

This commit is contained in:
Amire80
2012-08-15 06:01:13 +00:00
committed by Gerrit Code Review
11 changed files with 228 additions and 75 deletions

View File

@@ -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();
} );
}
} );