# HG changeset patch # User Raimund Renkert # Date 1486124292 -3600 # Node ID cc90b80508873c6cc2c6533d2c8f023556afbebe # Parent 46093e6f45d25377ccf43ef5b2d20266a96ba9a6 code style. diff -r 46093e6f45d2 -r cc90b8050887 app/view/window/Ortszuordnung.js --- 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');