소스 검색

adding generateHead

Eager Beaver 5 년 전
부모
커밋
a8d650398c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;
 }