|
@@ -45,7 +45,7 @@ function init(){
|
|
|
return;
|
|
|
}
|
|
|
|
|
|
- document.getElementById('formStatus').value+="\n Module tecant loaded";
|
|
|
+ document.getElementById('formStatus').value+="\n Module tecant loaded: "+moduleContext;
|
|
|
for (f in moduleContext){
|
|
|
document.getElementById('formStatus').value+=
|
|
|
"\n moduleContext["+f+"]: "+moduleContext[f];
|