X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhelp%2Fhtml%2Fhtml.factor;h=c9cd833b69c4888f60413f4eabd20081a499c475;hp=77d75e9aa73430cd5da5266e36d9a7e80ce6c5ec;hb=8b7f7e5bd78a0b997659ae0470088564fbbe3df8;hpb=4757b17d1b461c673ca493a87325c700e03b4fb7 diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor index 77d75e9aa7..c9cd833b69 100644 --- a/basis/help/html/html.factor +++ b/basis/help/html/html.factor @@ -101,7 +101,7 @@ M: pathname url-of if (input !== document.activeElement) { event.preventDefault(); setTimeout(function() { - input.focus().select() + input.focus(); }, 0); } }