From 58710aa1e6256ac36b570bf9ce1bb2b8b9eabbd1 Mon Sep 17 00:00:00 2001 From: Thomas Chartron Date: Sun, 7 Nov 2021 12:15:12 +0100 Subject: [PATCH] update --- static/js/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/search.js b/static/js/search.js index e017140..dd08f9b 100644 --- a/static/js/search.js +++ b/static/js/search.js @@ -50,7 +50,7 @@ function toggleModal () { if ([...body.classList].includes('modal-active')) { window.setTimeout(function() { document.getElementById('search-input').focus() - }, 0); + }, 500); } }