Wrong exclude selector for webfonts
* It is not textbox. It is textarea. :( Change-Id: Ib6b170fe09101448ccf231c5c3244b7ad3f7b291
This commit is contained in:
@@ -47,7 +47,7 @@
|
|||||||
if ( mw.user.options.get( 'editfont' ) ) {
|
if ( mw.user.options.get( 'editfont' ) ) {
|
||||||
// Exclude textboxes from webfonts if user has edit area font option
|
// Exclude textboxes from webfonts if user has edit area font option
|
||||||
// set using 'Preferences' page
|
// set using 'Preferences' page
|
||||||
return 'textbox';
|
return 'textarea';
|
||||||
}
|
}
|
||||||
return $.fn.webfonts.defaults.exclude;
|
return $.fn.webfonts.defaults.exclude;
|
||||||
} ()
|
} ()
|
||||||
|
|||||||
Reference in New Issue
Block a user