Browse Source

making debug visible

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

+ 1 - 1
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>