Mercurial > lada > lada-client
changeset 1318:cc90b8050887
code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 03 Feb 2017 13:18:12 +0100 |
parents | 46093e6f45d2 |
children | 518b4c28e71a 3a3148d50b9c |
files | app/view/window/Ortszuordnung.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/app/view/window/Ortszuordnung.js Fri Feb 03 13:17:54 2017 +0100 +++ b/app/view/window/Ortszuordnung.js Fri Feb 03 13:18:12 2017 +0100 @@ -190,7 +190,7 @@ osg.setLoading(true); map.setLoading(true); this.ortstore = Ext.data.StoreManager.get('orte'); - this.ortstore.load(); + this.ortstore.load(); var ortId; if (this.messprogramm) { ortId = this.record.get('ort');