From 4757b17d1b461c673ca493a87325c700e03b4fb7 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Sun, 25 Sep 2022 13:58:34 -0700 Subject: [PATCH] help.html: whoops, typo --- basis/help/html/html.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor index fd258fe2d6..77d75e9aa7 100644 --- a/basis/help/html/html.factor +++ b/basis/help/html/html.factor @@ -98,7 +98,7 @@ M: pathname url-of if (event.code == 'Slash') { let input = document.getElementById('search'); if (input != null) { - if input !== document.activeElement) { + if (input !== document.activeElement) { event.preventDefault(); setTimeout(function() { input.focus().select() -- 2.34.1