@@ -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";
}