MediaWiki:Common.js

From Card Hunter Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "- Any JavaScript here will be loaded for all users on every page load.: $(function() { var parent1=document.getElementById("content"); var child1=document.getElementBy...")

Revision as of 23:54, 19 February 2013

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

$(function() {
  var parent1=document.getElementById("content");
  var child1=document.getElementById("firstHeading");
  var str=child1.innerHTML;
  var n=str.indexOf("Cards/");
  if (n>0) parent1.removeChild(child1);
});
      
Personal tools
Namespaces

Variants
Actions
Navigation
Tools