Monobook.js: Difference between revisions

From FermanaghRoots.com
(Created page with "→‎Any JavaScript here will be loaded for users using the MonoBook skin: function catsattop() { var cats = document.getElementById('catlinks'); var bc = document.getElement...")
 
(No difference)

Latest revision as of 21:21, 11 August 2013

/* Any JavaScript here will be loaded for users using the MonoBook skin */

function catsattop() { var cats = document.getElementById('catlinks'); var bc = document.getElementById('bodyContent'); bc.insertBefore(cats, bc.childNodes[0]); }