projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afea683
)
Comment out onKeyPress
author
Dennis Schafroth
<dennis@indexdata.com>
Tue, 8 Nov 2011 18:52:04 +0000
(19:52 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Tue, 8 Nov 2011 18:52:04 +0000
(19:52 +0100)
www/iphone/index.html
patch
|
blob
|
history
diff --git
a/www/iphone/index.html
b/www/iphone/index.html
index
8a7b3b7
..
0ab6f5f
100644
(file)
--- a/
www/iphone/index.html
+++ b/
www/iphone/index.html
@@
-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>