summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb/widget_automation.py
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-06 14:14:40 +0300
committermakkalot <makkalot@gmail.com>2008-08-06 14:14:40 +0300
commit40466d5a1e73e96df503f6707c51b8cdf4dbce99 (patch)
treedf0d6cc3813cb516b080b3a98fa05b9b2d2964b1 /funcweb/funcweb/widget_automation.py
parente011e18de933519dee7f58011c1faa1fd18b371f (diff)
downloadfunc-40466d5a1e73e96df503f6707c51b8cdf4dbce99.tar.gz
func-40466d5a1e73e96df503f6707c51b8cdf4dbce99.tar.xz
func-40466d5a1e73e96df503f6707c51b8cdf4dbce99.zip
replace jquery things with their ochikit replacements
Diffstat (limited to 'funcweb/funcweb/widget_automation.py')
-rw-r--r--funcweb/funcweb/widget_automation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/funcweb/funcweb/widget_automation.py b/funcweb/funcweb/widget_automation.py
index fa83fcf..9467f21 100644
--- a/funcweb/funcweb/widget_automation.py
+++ b/funcweb/funcweb/widget_automation.py
@@ -261,7 +261,7 @@ class RemoteFormAutomation(CoreWD):
validator = validator_schema,
name = "minion_form",
update = "resultbox",
- before='myj(\'#resultcontent\').hide().show(\'slow\');addDomAjaxREsult();getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../funcweb/static/images/loading.gif\',width:\'100\',height:\'100\'}));',
+ before='hideElement(getElement(\'resultcontent\'));showElement(getElement(\'resultcontent\'));addDomAjaxREsult();getElement(\'loading\').innerHTML=toHTML(IMG({src:\'../funcweb/static/images/loading.gif\',width:\'100\',height:\'100\'}));',
on_complete='getElement(\'loading\' ).innerHTML=\'Done!\';',
submit_text = "Send Command to Glob"
)