diff app/view/Viewport.js @ 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 19eab475bbe5
children 1a11ae666f11
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