summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/module.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/module.html')
-rw-r--r--funcweb/funcweb/templates/module.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/module.html b/funcweb/funcweb/templates/module.html
index 2d433f6..f169007 100644
--- a/funcweb/funcweb/templates/module.html
+++ b/funcweb/funcweb/templates/module.html
@@ -7,7 +7,7 @@
<ul py:for="minion, methods in modules.items()">
<h2>${module}</h2>
<li py:for="method in methods">
- <a href="#" onclick="$('#col4').hide().load('/minion/${minion}/${module}/${method}').show('slow')">${method}</a>
+ <a href="#" onclick="myj('#col2').hide();myj('#col4').hide().load('/method_display/${minion}/${module}/${method}').show('slow')">${method}</a>
</li>
</ul>
</div>