comparison app/controller/form/Ortserstellung.js @ 1359:49efc1cc0eac

Remove trailing whitespace.
author Tom Gottfried <tom@intevation.de>
date Tue, 07 Feb 2017 18:50:32 +0100
parents b96d98f0cb71
children d1dce50fa9a6
comparison
equal deleted inserted replaced
1358:2e462c5334f1 1359:49efc1cc0eac
141 panel.down('button[action=revert]').setDisabled(false); 141 panel.down('button[action=revert]').setDisabled(false);
142 } else { 142 } else {
143 panel.down('button[action=revert]').setDisabled(true); 143 panel.down('button[action=revert]').setDisabled(true);
144 } 144 }
145 if (form.isValid()) { 145 if (form.isValid()) {
146 //one of three conditions must apply, the first one depending 146 //one of three conditions must apply, the first one depending
147 // on three fields 147 // on three fields
148 if ( 148 if (
149 (form.findField('kdaId').getValue() 149 (form.findField('kdaId').getValue()
150 && form.findField('koordYExtern').getValue() 150 && form.findField('koordYExtern').getValue()
151 && form.findField('koordXExtern').getValue() 151 && form.findField('koordXExtern').getValue()

http://lada.wald.intevation.org