Doctor Who Cuttings Archive

Difference between revisions of "MediaWiki:Common.js"

From The Doctor Who Cuttings Archive
Jump to navigationJump to search
Line 1: Line 1:
body.addEventListener("load", init, false);
+
window.onload = function () {
 +
      document.getElementByID("searchInput").focus;
 +
}

Revision as of 02:45, 26 March 2020

window.onload = function () {
      document.getElementByID("searchInput").focus;
}