Mercurial > lada > lada-client
diff app/view/grid/Probenehmer.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 | b21421ba6917 |
children | e9e974d31924 |
line wrap: on
line diff
--- a/app/view/grid/Probenehmer.js Wed Jan 20 17:38:10 2016 +0100 +++ b/app/view/grid/Probenehmer.js Thu Jan 21 10:54:20 2016 +0100 @@ -151,16 +151,6 @@ header: i18n.getMsg('letzteAenderung'), dataIndex: 'letzteAenderung' }]; - this.listeners = { - select: { - fn: this.activateRemoveButton, - scope: this - }, - deselect: { - fn: this.deactivateRemoveButton, - scope: this - } - }; this.callParent(arguments); },