1
0
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:
Robohash 2011-07-08 18:32:34 +00:00
parent 40171dfe70
commit ef69dcb638

@ -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()