MediaWiki:Common.js: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
(Test of loading zam)
(Undo revision 9780 by Fanra (talk))
Tag: Undo
Line 4: Line 4:
$("#p-Sections").attr("class", "portal persistent");
$("#p-Sections").attr("class", "portal persistent");
$("#p-More").attr("class", "portal persistent");
$("#p-More").attr("class", "portal persistent");
/* Attempting to add Zam item tooltips */
mw.loader.load( 'https://zam.zamimg.com/j/tooltips.js?c' );

Revision as of 16:14, 18 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");