MediaWiki:Common.js: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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-Improve").attr("class", "portal persistent");
$("#p-External_links").attr("class", "portal persistent");
$("#p-External_links").attr("class", "portal persistent");
$("#p-Wiki").attr("class", "portal persistent");
$("#p-Wiki").attr("class", "portal persistent");

Revision as of 05:22, 9 June 2015

/* 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-Improve").attr("class", "portal persistent");
$("#p-External_links").attr("class", "portal persistent");
$("#p-Wiki").attr("class", "portal persistent");