Mercurial > lada > lada-client
diff app/view/window/Ortszuordnung.js @ 1318:cc90b8050887
code style.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Fri, 03 Feb 2017 13:18:12 +0100 |
parents | 6075731bc4f1 |
children | f1e348109ebb |
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');