Explorar el Código

Debugging as in simpletest; adding else

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