Procházet zdrojové kódy

adding generateHead

Eager Beaver před 5 roky
rodič
revize
a8d650398c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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;
 }