summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-07-14 13:06:02 +0300
committermakkalot <makkalot@gmail.com>2008-07-14 13:06:02 +0300
commit52f4c3329e56521228f6e66e23d4304ac13ddfbd (patch)
tree799d0fbe74af015d9605b9875f7f8d4a91b79924 /funcweb
parenta6c15e7fba9aaf2c8da849d90bb9eab1c0072e0c (diff)
downloadfunc-52f4c3329e56521228f6e66e23d4304ac13ddfbd.tar.gz
func-52f4c3329e56521228f6e66e23d4304ac13ddfbd.tar.xz
func-52f4c3329e56521228f6e66e23d4304ac13ddfbd.zip
the minion glob post request form fixed to accept ajax requests
Diffstat (limited to 'funcweb')
-rw-r--r--funcweb/funcweb/templates/master.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/funcweb/funcweb/templates/master.html b/funcweb/funcweb/templates/master.html
index 01dc8d2..cf8cf1e 100644
--- a/funcweb/funcweb/templates/master.html
+++ b/funcweb/funcweb/templates/master.html
@@ -36,7 +36,8 @@
<div class="container" id="container">
<div class="minionglob" id="minionglob">
- <form id="form1" name="form1" method="post" action="/funcweb/minions">
+ <form action="/funcweb/minions" method="post" onsubmit="return !remoteFormRequest(this, 'minioncontent', {&quot;loading&quot;: null, &quot;confirm&quot;: null, &quot;after&quot;: null, &quot;on_complete&quot;: null, &quot;loaded&quot;: null, &quot;on_failure&quot;: null, &quot;on_success&quot;: null, &quot;before&quot;:&quot;myj('#resultcontent').hide();myj('#widgetcontent').hide();myj('#methotdscontent').hide();myj('#modulescontent').hide();&quot;});" class="tableform" name="minion_form">
+
<div class="graytexts2" id="minionglobtext">
<div align="center">Minion Glob</div>
</div>