[Lada-commits] [PATCH] Fix indentation
Wald Commits
scm-commit at wald.intevation.org
Thu Feb 2 15:17:47 CET 2017
# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1486045064 -3600
# Node ID c86fd69762644579f978774abef670046a2bd29a
# Parent 3754111e365a98e849d293033a145443af6f19ca
Fix indentation.
diff -r 3754111e365a -r c86fd6976264 app/view/form/Ortserstellung.js
--- a/app/view/form/Ortserstellung.js Thu Feb 02 14:43:12 2017 +0100
+++ b/app/view/form/Ortserstellung.js Thu Feb 02 15:17:44 2017 +0100
@@ -34,7 +34,7 @@
fieldLabel: i18n.getMsg('netzbetreiberId'),
labelWidth: 125,
value: Lada.netzbetreiber[0]
- }, {
+ }, {
xtype: 'checkbox',
name: 'aktiv',
fieldLabel: 'aktiv:'
@@ -43,7 +43,7 @@
labelWidth: 125,
fieldLabel: i18n.getMsg('staat'),
name: 'staatId',
- forceSelection: true,
+ forceSelection: true,
listeners: {
change: {
fn: function() { me.checkCommitEnabled() }
More information about the Lada-commits
mailing list