소스 검색

Debugging as in simpletest; adding else

Eager Beaver 5 년 전
부모
커밋
da10131f1f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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";
 
 }