Mercurial > lada > lada-client
changeset 887:786c8b7e5ecc
Removed obsolete store listeners.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 23 Jul 2015 16:22:31 +0200 |
parents | 03f3ef7e480b |
children | 8e40f89624d6 |
files | app/controller/FilterResult.js |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/app/controller/FilterResult.js Thu Jul 23 15:31:09 2015 +0200 +++ b/app/controller/FilterResult.js Thu Jul 23 16:22:31 2015 +0200 @@ -24,10 +24,6 @@ 'filterresultgrid': { itemdblclick: this.editItem }, - 'store': { - beforeload: this.loadingAnimationOn, - load: this.loadingAnimationOff - }, 'filterresultgrid toolbar button[action=addProbe]': { click: this.addProbeItem },