Преглед изворни кода

Exploring moduleContext, what class is it?

Eager Beaver пре 5 година
родитељ
комит
ea7210a2ee
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      views/smokingHabits.html

+ 1 - 1
views/smokingHabits.html

@@ -45,7 +45,7 @@ function init(){
         return;
     }
 
-    document.getElementById('formStatus').value+="\n Module tecant loaded";
+    document.getElementById('formStatus').value+="\n Module tecant loaded: "+moduleContext;
     for (f in moduleContext){
         document.getElementById('formStatus').value+=
             "\n moduleContext["+f+"]: "+moduleContext[f];