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.html9
1 files changed, 4 insertions, 5 deletions
diff --git a/funcweb/funcweb/templates/method.html b/funcweb/funcweb/templates/method.html
index 1f67ce9..af20d86 100644
--- a/funcweb/funcweb/templates/method.html
+++ b/funcweb/funcweb/templates/method.html
@@ -2,18 +2,17 @@
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
xmlns:xi="http://www.w3.org/2001/XInclude">
+
+
<body>
<div class="method">
${minion}.${module}.${method}
-
- <form action="" method="GET" onsubmit="$('#results').hide().load('/run/${minion}/${module}/${method}/').show('slow'); return false;">
+
+ <form action="" method="GET" onsubmit="myj('#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" />
- <script type="text/javascript">
- $(document).ready($("#methodargs").focus());
- </script>
</div>
</body>
</html>