Mercurial > lada > lada-client
diff app/controller/Messwert.js @ 525:5960189e4461
Make tables editable for 'Messwerte'
See LSB 3.5
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 18:21:19 +0100 |
parents | 8b4ec61c5752 |
children | 99e738c17b81 |
line wrap: on
line diff
--- a/app/controller/Messwert.js Tue Dec 16 16:20:42 2014 +0100 +++ b/app/controller/Messwert.js Tue Dec 16 18:21:19 2014 +0100 @@ -28,9 +28,9 @@ addListeners: function() { this.control({ - 'messwertelist': { - itemdblclick: this.editItem - }, + //'messwertelist': { + // itemdblclick: this.editItem + //}, 'messwertelist toolbar button[action=add]': { click: this.addItem },