change button divs to real buttons
This commit is contained in:
parent
76e0414b78
commit
92e23da302
@ -32,9 +32,9 @@
|
||||
<div id="input" tabindex="0" contenteditable></div>
|
||||
|
||||
<div id="button">
|
||||
<div class="submit" id="submit" onclick="out0()" selectable="selectable">Submit</div>
|
||||
<button class="submit" id="submit" onclick="out0()" selectable="selectable">Submit</button>
|
||||
<span style="width:5px"> </span>
|
||||
<div class="submit" id="clear" onclick="clear1()">Clear Input</div>
|
||||
<button class="submit" id="clear" onclick="clear1()">Clear Input</button>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user