Mercurial > lada > lada-client
diff app/controller/grid/Messung.js @ 592:825973ca386f
Updated missing name changes for messung grid.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Thu, 12 Mar 2015 09:44:47 +0100 |
parents | f2742f9b5a64 |
children | ee92e352be20 |
line wrap: on
line diff
--- a/app/controller/grid/Messung.js Wed Mar 11 15:27:11 2015 +0100 +++ b/app/controller/grid/Messung.js Thu Mar 12 09:44:47 2015 +0100 @@ -18,13 +18,13 @@ init: function() { this.control({ - 'messungengrid': { + 'messunggrid': { itemdblclick: this.editItem }, - 'messungengrid button[action=add]': { + 'messunggrid button[action=add]': { click: this.add }, - 'messungengrid button[action=delete]': { + 'messunggrid button[action=delete]': { click: this.remove } });