Replace #p-lang-list with #p-lang .body ul
The #p-lang-list id was removed from core (I028880cfa), and this broke the compact links beta feature. This commit replaces it with a different selector. Change-Id: I154919a54b032dd481fe080204a2a16819d85140
This commit is contained in:
committed by
Nemo bis
parent
4339bc3126
commit
50f6bdce29
@@ -6,7 +6,7 @@
|
||||
margin: 5px 0;
|
||||
}
|
||||
|
||||
#p-lang-list .uls-trigger {
|
||||
#p-lang .body ul .uls-trigger {
|
||||
background-image: none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@@ -317,6 +317,6 @@
|
||||
};
|
||||
|
||||
$( document ).ready( function () {
|
||||
$( '#p-lang-list' ).compactInterlanguageList();
|
||||
$( '#p-lang .body ul' ).compactInterlanguageList();
|
||||
} );
|
||||
}( jQuery, mediaWiki ) );
|
||||
|
||||
Reference in New Issue
Block a user