Mercurial > lada > lada-client
comparison app/view/proben/Edit.js @ 499:8b4ec61c5752
Removed most log messages to make the application less verbose.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 06 Nov 2014 11:12:21 +0100 |
parents | c1b77fb96b01 |
children | 369917727c86 |
comparison
equal
deleted
inserted
replaced
498:c1b77fb96b01 | 499:8b4ec61c5752 |
---|---|
23 autoShow: true, | 23 autoShow: true, |
24 autoScroll: true, | 24 autoScroll: true, |
25 modal: true, | 25 modal: true, |
26 | 26 |
27 initComponent: function() { | 27 initComponent: function() { |
28 console.log('open edit...'); | |
29 this.buttons = [{ | 28 this.buttons = [{ |
30 text: 'Speichern', | 29 text: 'Speichern', |
31 action: 'save' | 30 action: 'save' |
32 }, { | 31 }, { |
33 text: 'Abbrechen', | 32 text: 'Abbrechen', |