Explorar o código

Debugging as in simpletest; adding else

Eager Beaver %!s(int64=5) %!d(string=hai) anos
pai
achega
da10131f1f
Modificáronse 1 ficheiros con 2 adicións e 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";
 
 }