summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/templates/method.html
diff options
context:
space:
mode:
Diffstat (limited to 'funcweb/funcweb/templates/method.html')
-rw-r--r--funcweb/funcweb/templates/method.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html
index fe1fef5..1f67ce9 100644
--- a/funcweb/funcweb/templates/method.html
+++ b/funcweb/funcweb/templates/method.html
@@ -6,7 +6,7 @@
<div class="method">
${minion}.${module}.${method}
- <form action="" method="GET" onsubmit="$('#results').empty().load('/run/${minion}/${module}/${method}/').show('slow'); return false;">
+ <form action="" method="GET" onsubmit="$('#results').hide().load('/run/${minion}/${module}/${method}/').show('slow'); return false;">
<input type="text" name="arguments" id="methodargs" class="methodargs"/>
</form>
<div class="results" id="results" />