Browse Source

fixed js code for chrome 49

Piotr Labudda 5 years ago
parent
commit
b06a163321
1 changed files with 2 additions and 3 deletions
  1. 2 3
      SE/se-lib/TableAjax.php.TableAjax.js

+ 2 - 3
SE/se-lib/TableAjax.php.TableAjax.js

@@ -590,7 +590,7 @@ global['p5UI__TableAjaxTheadSortRow'] = function (props) {
 					actions: props.filterActions,
 					actions: props.filterActions,
 					maxLabelLines: maxHeadLines,
 					maxLabelLines: maxHeadLines,
 				})
 				})
-			].concat(
+			].concat([
 				// hideColBtn.on('click', { column: column }, priv.columnHideClicked)
 				// hideColBtn.on('click', { column: column }, priv.columnHideClicked)
 				(fieldName !== props.primaryKey)
 				(fieldName !== props.primaryKey)
 				?	h('i', {
 				?	h('i', {
@@ -601,8 +601,7 @@ global['p5UI__TableAjaxTheadSortRow'] = function (props) {
 						},
 						},
 					})
 					})
 				:	null
 				:	null
-				,
-			));
+			]));
 		})
 		})
 	));
 	));
 };
 };