changeset 148:ed7fb4fa32dc

Do not hide search buttons and the resultlist on initial load.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Mon, 01 Jul 2013 14:20:08 +0200
parents 5da0b56bf9bf
children 26ac4c99f8c4
files app/view/Viewport.js
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/app/view/Viewport.js	Mon Jul 01 14:19:47 2013 +0200
+++ b/app/view/Viewport.js	Mon Jul 01 14:20:08 2013 +0200
@@ -49,14 +49,14 @@
                             xtype: 'button'
                         }
                     ],
-                    hidden: true
+                    hidden: false
 
                 },
                 // Resultlist for the query.
                 {
                     id: 'result',
                     xtype: 'probenlist',
-                    hidden: true
+                    hidden: false
                 }
             ]
         };

http://lada.wald.intevation.org