Comment out onKeyPress
authorDennis Schafroth <dennis@indexdata.com>
Tue, 8 Nov 2011 18:52:04 +0000 (19:52 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Tue, 8 Nov 2011 18:52:04 +0000 (19:52 +0100)
www/iphone/index.html

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