]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/html/html.factor
help.html: only input.focus().
[factor.git] / basis / help / html / html.factor
index 77d75e9aa73430cd5da5266e36d9a7e80ce6c5ec..c9cd833b69c4888f60413f4eabd20081a499c475 100644 (file)
@@ -101,7 +101,7 @@ M: pathname url-of
                     if (input !== document.activeElement) {
                         event.preventDefault();
                         setTimeout(function() {
-                            input.focus().select()
+                            input.focus();
                         }, 0);
                     }
                 }