From: Dennis Schafroth Date: Thu, 10 Jun 2010 19:43:57 +0000 (+0200) Subject: Hide nav div as default. Show when not in app X-Git-Tag: v1.4.2~7^2~1 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=cbf75e382ede96beb5a7ad0e2d6754ed85d85ae2;p=pazpar2-moved-to-github.git Hide nav div as default. Show when not in app --- diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index 6eacd1b..6eebbf6 100644 --- 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; }