summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/modules.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/modules.html')
-rw-r--r--funcweb/funcweb/templates/modules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/modules.html b/funcweb/funcweb/templates/modules.html
index 2d8107b..c610c11 100644
--- a/funcweb/funcweb/templates/modules.html
+++ b/funcweb/funcweb/templates/modules.html
@@ -8,7 +8,7 @@
<div align="center" class="graytexts">${minion}</div>
<div class="modulestexts" id="modulestexts" py:for="module in modules">
- <a href="#methotdscontent" class="minionstextblue" onclick="myj('#widgetcontent').hide();myj('#resultcontent').hide();myj('#methotdscontent').hide().load('/funcweb/minion/${minion}/${module}').show('slow')">${module}</a>
+ <a href="#methotdscontent" class="minionstextblue" onclick="list_module_methods('${minion}','${module}');">${module}</a>
</div>
</span>
</div>