MediaWiki:Common.js: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
(Removed JavaScript for Sidebar preventing collapse)
(Undo revision 9790 by Fanra (talk))
Tag: Undo
Line 2: Line 2:


/* Prevent parts of Sidebar from being collapsible */
/* Prevent parts of Sidebar from being collapsible */
/* $("#p-Sections").attr("class", "portal persistent"); */
$("#p-Sections").attr("class", "portal persistent");
/* $("#p-More").attr("class", "portal persistent"); */
$("#p-More").attr("class", "portal persistent");

Revision as of 14:13, 20 December 2020

/* Any JavaScript here will be loaded for all users on every page load. */

/* Prevent parts of Sidebar from being collapsible */
$("#p-Sections").attr("class", "portal persistent");
$("#p-More").attr("class", "portal persistent");