diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-15 14:56:30 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-11-15 14:56:30 -0500 |
| commit | 423aa3c68969135f47a0866a7bd7a89c2a29ff22 (patch) | |
| tree | 8f7ddddf47149c71c52acb5f454f2b5b533c2ca4 /docs | |
| parent | ed1d66b65689e3785057fd75a9ada2543a24314d (diff) | |
Don't focus on code window in repl.js since autofocus does that
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/repl.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/repl.js b/docs/repl.js index 879acb40..e9181cca 100644 --- a/docs/repl.js +++ b/docs/repl.js @@ -141,4 +141,3 @@ if (location.hash) { setcount(doc.code.value = (new TextDecoder()).decode(b)); if (run) repl(); } -doc.code.focus(); |
