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:
window.onload = function () {
+
document.getElementByID("searchInput").focus;
      document.getElementByID("searchInput").focus;
 
}
 

Latest revision as of 12:40, 12 August 2020

document.getElementByID("searchInput").focus;