From 7aff3dc7e10826b9cb182a87a07570dd01b73f99 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 19 Sep 2020 11:32:44 -0400 Subject: Fix bug preventing &run in URL from working --- docs/repl.js | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/repl.js') diff --git a/docs/repl.js b/docs/repl.js index 6c58ef7c..759ba621 100644 --- a/docs/repl.js +++ b/docs/repl.js @@ -104,7 +104,6 @@ if (location.hash) { let b=atob(code); b=new Uint8Array([...b].map(c=>c.charCodeAt(0))); setcount(doc.code.value = (new TextDecoder()).decode(b)); - if (doc.count) doc.count.textContent=(l=>l+" char"+(l!=1?"s":""))(s.length); if (run) repl(); } doc.code.focus(); -- cgit v1.2.3