Doctor Who Cuttings Archive

Difference between revisions of "MediaWiki:Common.js"

From The Doctor Who Cuttings Archive
Jump to navigationJump to search
(Blanked the page)
Tag: Blanking
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
+
window.onload = function () {
 +
      document.getElementByID("searchInput").focus;
 +
}

Revision as of 02:45, 26 March 2020

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