projects
/
onyx-live.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7e1aa38
)
made the enter button work
author
Brendan Hansen
<brendan.f.hansen@gmail.com>
Wed, 1 Sep 2021 01:24:24 +0000
(20:24 -0500)
committer
Brendan Hansen
<brendan.f.hansen@gmail.com>
Wed, 1 Sep 2021 01:24:24 +0000
(20:24 -0500)
templates/index.html
patch
|
blob
|
history
diff --git
a/templates/index.html
b/templates/index.html
index e87824af7d351de86c93798937f403766d9b923f..a3404b68912474b5464256b6d589dbbd5e42a76d 100644
(file)
--- a/
templates/index.html
+++ b/
templates/index.html
@@
-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>