Re-enable onkeypress for better iphone Go support
authorDennis Schafroth <dennis@indexdata.com>
Wed, 9 Nov 2011 15:22:02 +0000 (16:22 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 9 Nov 2011 15:22:02 +0000 (16:22 +0100)
www/iphone/index.html

index 0ab6f5f..dd565de 100644 (file)
@@ -55,8 +55,8 @@
 -->
      <td width="100%">
       <form id="searchForm" name="search" style="display: none">
-       <input id="query" type="text" /> <!-- eonKeyPress="return handleKeyPress(event, 'searchForm')"/ -->
-       <input id="button" type="submit" value="go" />
+       <input id="query" type="text" onKeyPress="return handleKeyPress(event, 'searchForm')" />
+       <input id="button" type="submit" value="go" /><a id="hidden" href=""></a>
       </form>
      </td>
     </tr>