From f0b68ebfa88cefedf2904d2cc83882d298d3ed8c Mon Sep 17 00:00:00 2001
From: juanf <juanf>
Date: Fri, 15 Apr 2016 13:43:22 +0000
Subject: [PATCH] SSDM-3390 : Better feedback for selectable grid.

SVN: 36190
---
 .../eln-lims/1/as/webapps/eln-lims/html/lib/grid/js/Grid.js     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 76b9be4ea12..e04d5c88a74 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");
 			}
 			
-- 
GitLab