Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Citizen.js: Difference between revisions

MediaWiki interface page
No edit summary
No edit summary
Line 4: Line 4:
$(document).ready(function() {
$(document).ready(function() {
   if (window.innerWidth >= 768) { // Only on desktop
   if (window.innerWidth >= 768) { // Only on desktop
     const idsToCollapse = ['Muling', 'Misc', 'Anti-ban', 'Anti-PK' 'Trip Settings', 'Skills Settings', 'Equipment']; // section IDs
     const idsToCollapse = ['Muling', 'Misc', 'Anti-ban', 'Anti-PK', 'Trip Settings', 'Skills Settings', 'Equipment']; // section IDs


     idsToCollapse.forEach(function(id) {
     idsToCollapse.forEach(function(id) {