summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/modules.html
diff options
context:
space:
mode:
authorAdrian Likins <alikins@grimlock.devel.redhat.com>2008-08-26 14:51:26 -0400
committerAdrian Likins <alikins@grimlock.devel.redhat.com>2008-08-26 14:51:26 -0400
commit31f096ef3065c13945c96b815ff4feeaf1a46e11 (patch)
tree399ad8a88ecba9611f5b38b5982c3520c777139e /funcweb/funcweb/templates/modules.html
parent44733335dd76b59e211e8397f008abdba79a3b5f (diff)
parent41f53ee4a0edb6899b8377dabbdba525cb6d1844 (diff)
downloadfunc-31f096ef3065c13945c96b815ff4feeaf1a46e11.tar.gz
func-31f096ef3065c13945c96b815ff4feeaf1a46e11.tar.xz
func-31f096ef3065c13945c96b815ff4feeaf1a46e11.zip
Merge branch 'master' into cmd_run_env
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>