summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/module.html
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-17 22:34:09 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-17 22:34:09 -0500
commit2643cf6e852807489d9ad2b30803ea62fef28c01 (patch)
tree40d754e2667e864b167a5053427fb172bee50350 /funcweb/funcweb/templates/module.html
parent88c80dcd3f09347f8c6d3926ca163c95a6f36ae0 (diff)
downloadthird_party-func-2643cf6e852807489d9ad2b30803ea62fef28c01.tar.gz
third_party-func-2643cf6e852807489d9ad2b30803ea62fef28c01.tar.xz
third_party-func-2643cf6e852807489d9ad2b30803ea62fef28c01.zip
Use some sexy jQuery animations.
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 ff49b98..2d433f6 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').load('/minion/${minion}/${module}/${method}')">${method}</a>
+ <a href="#" onclick="$('#col4').hide().load('/minion/${minion}/${module}/${method}').show('slow')">${method}</a>
</li>
</ul>
</div>