Difference between revisions of "MediaWiki:Common.js"
From The Doctor Who Cuttings Archive
Jump to navigationJump to searchJohn Lavalie (talk | contribs) |
John Lavalie (talk | contribs) |
||
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; }