Explorar el Código

Start with debug on

Eager Beaver hace 5 años
padre
commit
a3f1620274
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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");