Mercurial > lada > lada-client
diff app/controller/Status.js @ 523:6ad453afbc31
Make tables editable for 'Status'
See LSB 3.5
author | Roland Geider <roland.geider@intevation.de> |
---|---|
date | Tue, 16 Dec 2014 16:20:15 +0100 |
parents | ad7f574b382a |
children | 99e738c17b81 |
line wrap: on
line diff
--- a/app/controller/Status.js Tue Dec 16 15:58:43 2014 +0100 +++ b/app/controller/Status.js Tue Dec 16 16:20:15 2014 +0100 @@ -23,9 +23,9 @@ addListeners: function() { this.control({ - 'statuslist': { - itemdblclick: this.editItem - }, + //'statuslist': { + // itemdblclick: this.editItem + //}, 'statuslist toolbar button[action=add]': { click: this.addItem },