mirror of
https://github.com/e1ven/Robohash.git
synced 2025-06-23 21:35:02 +00:00
Add fix from truncs to JS
This commit is contained in:
parent
4694ddc308
commit
45f13fdf09
@ -208,7 +208,7 @@ document.onkeypress = stopRKey;
|
||||
|
||||
<form id="textform" action="">
|
||||
<p>Enter any text, and press 'generate': </p><input type='text' name='query' onKeyPress=”return disableEnterKey(event)” />
|
||||
<a href="#" onclick="submitform();"> generate</a>
|
||||
<a href="javascript:;" onclick="submitform();"> generate</a>
|
||||
</form>
|
||||
<script type="text/javascript">
|
||||
function submitform()
|
||||
|
Loading…
x
Reference in New Issue
Block a user