Mercurial > lada > lada-client
changeset 908:96e04c258b8f
Fixed Code to correct minified js
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 06 Aug 2015 15:33:26 +0200 |
parents | 0d9fce86e6fd |
children | 0b6e965d3d9e |
files | app/controller/Filter.js app/controller/ProbenPlanungSwitcher.js |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/Filter.js Thu Aug 06 14:58:42 2015 +0200 +++ b/app/controller/Filter.js Thu Aug 06 15:33:26 2015 +0200 @@ -19,7 +19,8 @@ ], stores: [ - 'ProbenList' // List of found Proben + 'ProbenList', // List of found Proben + 'MessprogrammeList' //List of found Messprogramme ], displayFields: null,
--- 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(); }