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