summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/f/forms.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/f/forms.js b/static/f/forms.js
index 02fad19a..cd65058d 100644
--- a/static/f/forms.js
+++ b/static/f/forms.js
@@ -96,7 +96,7 @@ function dsInit(obj, url, trfunc, serfunc, retfunc) {
setTimeout(function () {
if(x('ds_box'))
x('ds_box').style.top = '-500px';
- }, 100)
+ }, 500)
};
// all local data is stored in the DOM input object
obj.returnFunc = retfunc;