Explorar o código

Debuggin generateRow

Eager Beaver %!s(int64=5) %!d(string=hai) anos
pai
achega
29d52f1b1e
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      web/tecant/crfPortal.js

+ 3 - 0
web/tecant/crfPortal.js

@@ -172,6 +172,9 @@ function generateTableRow(data, parameters, tableId, rowId){
 	input.id = row.selectId;
 	input.onchange=function(){row.callback(parameters,rowId)};
 	cell.appendChild(input); 
+	if (debug)
+		print(parameters.config,"generateTableRow: end");
+	
 }
 
 function generateListAndPopulateDaughterSelect(parameters,rowId){;}