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:
2e65c2f
)
Test file
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 10 Nov 2011 10:25:06 +0000
(11:25 +0100)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 10 Nov 2011 10:25:06 +0000
(11:25 +0100)
www/iphone/go.html
patch
|
blob
|
history
diff --git
a/www/iphone/go.html
b/www/iphone/go.html
index
1fd9880
..
678e2b0
100644
(file)
--- a/
www/iphone/go.html
+++ b/
www/iphone/go.html
@@
-15,8
+15,12
@@
if(key == 13 || key == 10)
{
- document.forms[0].submit()
- document.getElementById('testLink').focus();
+ //document.forms[0].submit();
+ button = document.getElementById('button');
+ button.focus();
+ button.click();
+
+
return false;
}
else
@@
-30,7
+34,8
@@
onKeyPress="return handleKeyPress(event)"
maxlength="100"
value="" />
+ <input id="button" type="submit" value="go" />
<a href="#" id="testLink"></a>
</form>
</body>
-</html>
\ No newline at end of file
+</html>