Browse Source

Start with debug on

Eager Beaver 5 years ago
parent
commit
a3f1620274
1 changed files with 2 additions and 2 deletions
  1. 2 2
      views/crfPortal.html

+ 2 - 2
views/crfPortal.html

@@ -41,7 +41,7 @@ div.d1 {text-align:center; width=400px; background-color:#e0e0e0;
 <div id="startDiv"></div>
 
 <div id="debugAreaHead"></div>
-<div id="debugAreaDiv" style="display:none">
+<div id="debugAreaDiv" style="display:block">
 <textarea cols="95" rows="5" name="formStatus" id="formStatus">Entering data</textarea>
 </div>
 
@@ -61,7 +61,7 @@ function init() {
 	config.debugId='formStatus';
 	print(config,"Init");
 	return;
-	
+
 	generateHead(config,"debugAreaHead","debugAreaDiv","Debug info");
 	generateHead(config,"generalDataHead","generalDataDiv","General data");
 	generateHead(config,"pickFormHead","pickFormDiv","Select CRF");