Mercurial > lada > lada-client
diff app/controller/form/Location.js @ 718:7f11b75e0188
Trailing Commas, editable: false for Umwelt und Messstelle widget
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Wed, 15 Apr 2015 12:13:57 +0200 |
parents | 2d454bfef426 |
children | 6e28ebbe1a73 |
line wrap: on
line diff
--- a/app/controller/form/Location.js Mon Apr 13 16:22:34 2015 +0200 +++ b/app/controller/form/Location.js Wed Apr 15 12:13:57 2015 +0200 @@ -24,7 +24,7 @@ change: this.updateFeatureLatitude }, 'locationform numberfield[name=longitude]': { - change: this.updateFeatureLongitude, + change: this.updateFeatureLongitude } }); },