summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2008-12-26 14:37:58 +0100
committerYorhel <git@yorhel.nl>2008-12-26 14:37:58 +0100
commitb1707dd74cfdc974915c1ddcde518bde45001d9a (patch)
tree775291bf354b1f1e49fd7d9db0d23cec4aa0b426 /static
parent6a746ef5e8685d3e8b03a9f94802a05d5baf3d4f (diff)
Increased search dropdown hide timeout
Fixes (or more accurately, masquerades) the following: 13:40:23 <EchoMateria_Work> it displays a list of candidates, I can point them alright, but when I click on any, it doesn't do anything other than closing that drop-down-menu 9/10 of the time
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;