diff app/controller/ProbenPlanungSwitcher.js @ 908:96e04c258b8f

Fixed Code to correct minified js
author Dustin Demuth <dustin@intevation.de>
date Thu, 06 Aug 2015 15:33:26 +0200
parents d054732bc7a2
children fb99332bb48e
line wrap: on
line diff
--- a/app/controller/ProbenPlanungSwitcher.js	Thu Aug 06 14:58:42 2015 +0200
+++ b/app/controller/ProbenPlanungSwitcher.js	Thu Aug 06 15:33:26 2015 +0200
@@ -15,7 +15,8 @@
     displayFields: null,
 
     requires: [
-        'Lada.store.MessprogrammQueries'
+        'Lada.store.MessprogrammQueries',
+        'Lada.store.ProbeQueries'
     ],
 
     /**
@@ -87,8 +88,6 @@
             gridstore = Ext.create(gridsname);
         }
         if (gridstore) {
-            gridstore.addListener('beforeload', this.loadingAnimationOn, resultGrid);
-            gridstore.addListener('load', this.loadingAnimationOff, resultGrid);
             resultGrid.setStore(gridstore);
             resultGrid.show();
         }

http://lada.wald.intevation.org