MediaWiki:Common.js: Difference between revisions
From HPC Wiki
Created page with "ββAny JavaScript here will be loaded for all users on every page load.: /* from: https://github.com/prtksxna/persistent-toc A gadget to add persistent table of c..." |
(No difference)
|
Revision as of 12:32, 21 April 2017
/* Any JavaScript here will be loaded for all users on every page load. */
/*
from:
https://github.com/prtksxna/persistent-toc
A gadget to add persistent table of contents on Wikipeida articles. The table of contents move to the left sidebar after scrolling past the first section and they expand on hover.
*/
mw.loader.load( 'https://cdn.rawgit.com/prtksxna/persistent-toc/master/ptoc.css', 'text/css' );
mw.loader.load( 'https://cdn.rawgit.com/prtksxna/persistent-toc/master/ptoc.js', 'text/javascript' );