made the enter button work
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 1 Sep 2021 01:24:24 +0000 (20:24 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Wed, 1 Sep 2021 01:24:24 +0000 (20:24 -0500)
templates/index.html

index e87824af7d351de86c93798937f403766d9b923f..a3404b68912474b5464256b6d589dbbd5e42a76d 100644 (file)
@@ -55,7 +55,7 @@ main :: (args: [] cstr) {
             <pre id="code-result">
             </pre>
             <input type="textbox" id="input-bar" />
-            <input type="button" id="input-submit" value="Enter" />
+            <input type="button" id="input-submit" value="Enter" onclick="submit_input()" />
         </div>
     </body>
 </html>