Turn off logo when searching
authorDennis Schafroth <dennis@indexdata.com>
Wed, 9 Jun 2010 11:03:38 +0000 (13:03 +0200)
committerDennis Schafroth <dennis@indexdata.com>
Wed, 9 Jun 2010 11:03:38 +0000 (13:03 +0200)
www/iphone/example_client.js

index 221620a..f3dbc0e 100644 (file)
@@ -303,6 +303,7 @@ function applicationMode(newmode)
 function onFormSubmitEventHandler() 
 {
     resetPage();
+    document.getElementById("logo").style.display = 'none';
     loadSelect();
     triggerSearch();
     submitted = true;