diff --git a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js index 76b9be4ea121e89c3b76376048ac3730fc934d20..e04d5c88a7461eb3ff80cda3e39db93276d8a285 100644 --- a/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js +++ b/openbis_standard_technologies/dist/core-plugins/eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js @@ -21,7 +21,7 @@ $.extend(Grid.prototype, { thisGrid.renderColumnDropdown(); thisGrid.renderDropDownOptions(); - if(thisGrid.rowClickListeners.length > 0) { + if(thisGrid.rowClickListeners && thisGrid.rowClickListeners.length > 0) { thisGrid.panel.addClass("fuelux-selectable"); }