Update jquery.uls
Also update the onReady callback as per the changes in jquery.uls Change-Id: I9e4968af87258558f7a94900bd9bc735cb0d9662
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/*! jquery.uls - v0.1.0 - 2012-10-08
|
||||
/*! jquery.uls - v0.1.0 - 2012-10-09
|
||||
* https://github.com/wikimedia/jquery.uls
|
||||
* Copyright (c) 2012 Santhosh Thottingal; Licensed GPL, MIT */
|
||||
|
||||
@@ -1378,7 +1378,7 @@
|
||||
|
||||
ready: function() {
|
||||
if ( this.options.onReady ) {
|
||||
this.options.onReady( this );
|
||||
this.options.onReady.call( this );
|
||||
}
|
||||
},
|
||||
|
||||
@@ -1422,6 +1422,7 @@
|
||||
|
||||
i18n: function() {
|
||||
this.$menu.find( '[data-i18n]' ).i18n();
|
||||
this.$languageFilter.prop( 'placeholder', $.i18n( 'uls-search-placeholder' ) );
|
||||
},
|
||||
|
||||
defaultSearch: function () {
|
||||
|
||||
Reference in New Issue
Block a user