[Lada-commits] [PATCH 2 of 2] Do not hide search buttons and the resultlist on initial load

Wald Commits scm-commit at wald.intevation.org
Mon Jul 1 14:21:01 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1372681208 -7200
# Node ID ed7fb4fa32dcb3288185035c48b8bae08b92495a
# Parent  5da0b56bf9bf755c8b0c1161a8a79358a89b3c6b
Do not hide search buttons and the resultlist on initial load.

diff -r 5da0b56bf9bf -r ed7fb4fa32dc app/view/Viewport.js
--- 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
                 }
             ]
         };


More information about the Lada-commits mailing list