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:
c1d26c1
)
Turn off logo when searching
author
Dennis Schafroth
<dennis@indexdata.com>
Wed, 9 Jun 2010 11:03:38 +0000
(13:03 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Wed, 9 Jun 2010 11:03:38 +0000
(13:03 +0200)
www/iphone/example_client.js
patch
|
blob
|
history
diff --git
a/www/iphone/example_client.js
b/www/iphone/example_client.js
index
221620a
..
f3dbc0e
100644
(file)
--- a/
www/iphone/example_client.js
+++ b/
www/iphone/example_client.js
@@
-303,6
+303,7
@@
function applicationMode(newmode)
function onFormSubmitEventHandler()
{
resetPage();
+ document.getElementById("logo").style.display = 'none';
loadSelect();
triggerSearch();
submitted = true;