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:
7435df5
)
Hide nav div as default. Show when not in app
author
Dennis Schafroth
<dennis@indexdata.com>
Thu, 10 Jun 2010 19:43:57 +0000
(21:43 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Thu, 10 Jun 2010 19:43:57 +0000
(21:43 +0200)
www/iphone/example_client.js
patch
|
blob
|
history
diff --git
a/www/iphone/example_client.js
b/www/iphone/example_client.js
index
6eacd1b
..
6eebbf6
100644
(file)
--- a/
www/iphone/example_client.js
+++ b/
www/iphone/example_client.js
@@
-364,6
+364,7
@@
function applicationMode(newmode)
searchdiv.style.display = 'none';
}
else {
+ document.getElementById("nav").style.display="";
searchdiv.style.display = '';
document.search.onsubmit = onFormSubmit;
}