MediaWiki:Common.js: Difference between revisions

From Fanra's EverQuest Wiki
Jump to navigation Jump to search
 
No edit summary
Line 3: Line 3:
/* Attempt to make Wiki menu in Sidebar start as open */
/* Attempt to make Wiki menu in Sidebar start as open */
$("#p-Wiki").attr("class", "portal expanded");
$("#p-Wiki").attr("class", "portal expanded");
$("#p-Wiki").attr('aria-pressed': 'true');

Revision as of 04:34, 9 June 2015

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

/* Attempt to make Wiki menu in Sidebar start as open */
$("#p-Wiki").attr("class", "portal expanded");
$("#p-Wiki").attr('aria-pressed': 'true');