diff app.js @ 24:72778ac34dbb

Do not autoload the data from the server. Only load an request.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 07 May 2013 17:20:11 +0200
parents 3eaeeec2bb28
children f964a50bfe57
line wrap: on
line diff
--- a/app.js	Tue May 07 17:19:28 2013 +0200
+++ b/app.js	Tue May 07 17:20:11 2013 +0200
@@ -17,7 +17,6 @@
                     xtype: 'panel',
                     id: 'searchSelection',
                     border: false,
-                    padding: '10 10 10 10',
                     items: [
                         // 1. SQL-Selection
                         // 1.1 Just a small texttual field
@@ -37,7 +36,6 @@
                     id: 'searchVariables',
                     hidden: true,
                     border: false,
-                    padding: '10 10 10 10',
                     items: [
                         // 2. Variable-Definition. Depending on the SQL-Selection we
                         // need to show a small form to be able to diefine some values
@@ -56,7 +54,6 @@
                     xtype: 'probenlist',
                     id: 'searchResult',
                     hidden: true,
-                    padding: '10 10 10 10'
                 }
             ]
         });

http://lada.wald.intevation.org