commit d9f24ec7620185449446947e4f2f91f02c8270dd
parent 2d4b89e90ebc012fa60a5a86d05ef39853e46ccf
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date: Fri, 18 Oct 2024 00:23:01 +0200
fix: start scrolling earlier
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.php b/index.php
@@ -465,7 +465,7 @@
// filter through search engines list
search_engines("engines_searchbar");
// Scroll back to search bar
- setTimeout(function() { document.location = "#engines"; }, 500);
+ setTimeout(function() { document.location = "#engines"; }, 10);
}
</script>