Nicolas Cannasse hace 6 años
padre
commit
4412e58996
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      hide/comp/cdb/Table.hx

+ 1 - 3
hide/comp/cdb/Table.hx

@@ -46,10 +46,8 @@ class Table extends Component {
 
 
 	function cloneTableHead() {
 	function cloneTableHead() {
 		var target = element.find('thead').first().find('.head');
 		var target = element.find('thead').first().find('.head');
-		if (target.length == 0) {
-			trace("Fail clone table head");
+		if (target.length == 0)
 			return;
 			return;
-		}
 		var target_children = target.children();
 		var target_children = target.children();
 
 
 		J(".floating-thead").remove();
 		J(".floating-thead").remove();