Toscead betweox fadungum "MediaWiki:Common.js"

Content deleted Content added
No edit summary
No edit summary
Líne 118:
 
// Set the font of this element if it's not excluded
$element.not( $.fn.webfonts.defaults.exclude+',.nochange' ).addClass( 'insular' );
 
// Set the font of this element's children if they are not excluded.
// font-family of <input>, <textarea> and <button> must be changed explicitly.
$element.find( 'textarea, input, button' )
.not( $.fn.webfonts.defaults.exclude+',.nochange' )
.addClass( 'insular' );
 
$( '*[style*="Junicode"]' ).not( $.fn.webfonts.defaults.exclude+',.nochange' ).addClass( 'insular' );
$.cookie( 'insular', 'true' );
} else if ( font === 'Junicode' ) {