Mercurial > lada > lada-client
diff app/view/grid/Orte.js @ 1011:6afdbc8ee920 stammdatengrids
Tidied up code, fixed buttons in Messprogrammkategoriegrid by renaming the alias of the grid
author | Dustin Demuth <dustin@intevation.de> |
---|---|
date | Thu, 21 Jan 2016 10:54:20 +0100 |
parents | 9ac03f461ab4 |
children | 1df6b6210b42 |
line wrap: on
line diff
--- a/app/view/grid/Orte.js Wed Jan 20 17:38:10 2016 +0100 +++ b/app/view/grid/Orte.js Thu Jan 21 10:54:20 2016 +0100 @@ -134,26 +134,6 @@ header: i18n.getMsg('orte.letzteAenderung'), dataIndex: 'letzteAenderung' }]; - this.listeners = { - select: { - fn: this.activateRemoveButton, - scope: this - }, - deselect: { - fn: this.deactivateRemoveButton, - scope: this - } - }; - this.listeners = { - select: { - fn: this.activateRemoveButton, - scope: this - }, - deselect: { - fn: this.deactivateRemoveButton, - scope: this - } - }; this.callParent(arguments); },