MediaWiki:Timeless.js: Difference between revisions
From NBITTRPG Wiki
Created page with "→All JavaScript here will be loaded for users of the Timeless skin: →COLLAPSIBLE SIDEBAR HEADERS: var showTheseMenus = ['navigation']; $('#site-navigation > .sidebar-inner > .mw-portlet > .mw-portlet-body').addClass('collapse'); $(showTheseMenus.map(function (menuId) { return '#p-'+menuId; }).join(',')) .find('> .mw-portlet-body') .addClass('show'); $('#site-navigation > .sidebar-inner > .mw-portlet[id^=\'p-^\'] > h3') .text(function () { return $(t..." |
m Replaced content with "→All JavaScript here will be loaded for users of the Timeless skin: " Tag: Replaced |
||
| Line 1: | Line 1: | ||
/* All JavaScript here will be loaded for users of the Timeless skin */ | /* All JavaScript here will be loaded for users of the Timeless skin */ | ||
