changeset 147:5da0b56bf9bf

Do no hide the earch buttons and the resultlist on reset.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 01 Jul 2013 14:19:47 +0200
parents e7665edf953f
children ed7fb4fa32dc
files app/controller/Sql.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app/controller/Sql.js	Mon Jul 01 14:08:54 2013 +0200
+++ b/app/controller/Sql.js	Mon Jul 01 14:19:47 2013 +0200
@@ -77,7 +77,7 @@
             var toHide = Ext.getCmp(queries[i]);
             toHide.hide();
         }
-        result.hide();
-        buttons.hide();
+        //result.hide();
+        //buttons.hide();
     }
 });

http://lada.wald.intevation.org