From 8413b9a96487b801d0c32a6ce4a155829954ea1e Mon Sep 17 00:00:00 2001 From: Malte Bublitz Date: Sun, 2 Oct 2022 22:20:41 +0200 Subject: [PATCH] =?utf8?q?Gr=C3=B6=C3=9Feres=20Timeout...?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- js/new-tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2