diff app/view/Viewport.js @ 355:596501c16560

Issue8. Fixed filtering of comboboxes while typing.
author Torsten Irländer <torsten.irlaender@intevation.de>
date Tue, 13 Aug 2013 12:36:02 +0200
parents b8bd8d9a93ab
children 94884cd8f8c0
line wrap: on
line diff
--- a/app/view/Viewport.js	Tue Aug 13 12:29:56 2013 +0200
+++ b/app/view/Viewport.js	Tue Aug 13 12:36:02 2013 +0200
@@ -17,7 +17,7 @@
     ],
     initComponent: function() {
         console.log('Setting up Viewport');
-        this.initSearch();
+        //this.initSearch();
 
         // Development related: 
         // Disable "initSearch" call and enable one of the following init
@@ -26,9 +26,9 @@
         //this.initProbe();
         //this.initOrt();
         //this.initMessung();
-        //this.initMesswert();
+        this.initMesswert();
 
-        this.setInfo();
+        //this.setInfo();
         this.callParent(arguments);
     },
     /**

http://lada.wald.intevation.org