Blacklist old browsers
Blacklist browsers not supporting boxModel Change-Id: I19bd7e3dbaec2454d8512e5d6f394c21fb6ce5cd
This commit is contained in:
committed by
Amir E. Aharoni
parent
2a6cb597f5
commit
d1988bb3c7
@@ -232,6 +232,10 @@
|
||||
!mw.config.get( 'wgULSAnonCanChangeLanguage' ) ),
|
||||
ulsPosition = mw.config.get( 'wgULSPosition' );
|
||||
|
||||
if ( !mw.uls.isBrowserSupported() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
if ( ulsPosition === 'interlanguage' ) {
|
||||
// The interlanguage links section
|
||||
$pLang = $( '#p-lang' );
|
||||
|
||||
Reference in New Issue
Block a user