Fix for handling Go on iPhone
authorDennis Schafroth <dennis@indexdata.com>
Mon, 7 Nov 2011 10:13:11 +0000 (11:13 +0100)
committerDennis Schafroth <dennis@indexdata.com>
Mon, 7 Nov 2011 10:13:11 +0000 (11:13 +0100)
www/iphone/index.html

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