From: Malte Bublitz Date: Sun, 2 Oct 2022 20:20:41 +0000 (+0200) Subject: Größeres Timeout... X-Git-Url: https://git.rt3x.de/?a=commitdiff_plain;h=8413b9a96487b801d0c32a6ce4a155829954ea1e;p=startseite.malte70.de.git Größeres Timeout... --- diff --git a/js/new-tab.js b/js/new-tab.js index efe1ffe..59b1b6c 100644 --- a/js/new-tab.js +++ b/js/new-tab.js @@ -25,7 +25,7 @@ window.onload = function() { document.querySelector("input[type=search]").focus(); setTimeout(() => { document.querySelector("input[type=search]").focus(); - }, 100); + }, 500); /** * Redirect if an URL was entered in the search form