Explorar el Código

adding generateHead

Eager Beaver hace 5 años
padre
commit
a8d650398c
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      views/crfPortal.html

+ 2 - 1
views/crfPortal.html

@@ -59,7 +59,8 @@ function init() {
     var config=new Object();
     config.document=document;
 	config.debugId='formStatus';
-	print(config,"Init");
+
+	generateHead(config,"debugAreaHead","debugAreaDiv","Debug info");
 	return;
 }