Parcourir la source

Debugging as in simpletest; adding else

Eager Beaver il y a 5 ans
Parent
commit
da10131f1f
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      views/smokingHabits.html

+ 2 - 0
views/smokingHabits.html

@@ -41,6 +41,8 @@ function init(){
 
     if(LABKEY.getModuleContext('tecant') === null)
         document.getElementById('formStatus').value+="\n Module not loaded";
+    else
+        document.getElementById('formStatus').value+="\n Module tecant loaded";
 
 }