From: Dennis Schafroth Date: Wed, 9 Jun 2010 11:03:38 +0000 (+0200) Subject: Turn off logo when searching X-Git-Tag: v1.4.2~7^2~14 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a097ff57b263b2a1f6efacf450482d690e8d32ed;p=pazpar2-moved-to-github.git Turn off logo when searching --- diff --git a/www/iphone/example_client.js b/www/iphone/example_client.js index 221620a..f3dbc0e 100644 --- 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;