Преглед изворни кода

fixed js code for chrome 49

Piotr Labudda пре 5 година
родитељ
комит
b06a163321
1 измењених фајлова са 2 додато и 3 уклоњено
  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,
 					maxLabelLines: maxHeadLines,
 				})
-			].concat(
+			].concat([
 				// hideColBtn.on('click', { column: column }, priv.columnHideClicked)
 				(fieldName !== props.primaryKey)
 				?	h('i', {
@@ -601,8 +601,7 @@ global['p5UI__TableAjaxTheadSortRow'] = function (props) {
 						},
 					})
 				:	null
-				,
-			));
+			]));
 		})
 	));
 };