projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff7bf98
)
Take 3 - setTimeout() argument is in milliseconds, not seconds
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 30 Jul 2009 01:36:38 +0000
(19:36 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 30 Jul 2009 01:36:38 +0000
(19:36 -0600)
imp/js/src/DimpCore.js
patch
|
blob
|
history
diff --git
a/imp/js/src/DimpCore.js
b/imp/js/src/DimpCore.js
index
dd45eb6
..
fe6ea00
100644
(file)
--- a/
imp/js/src/DimpCore.js
+++ b/
imp/js/src/DimpCore.js
@@
-276,7
+276,7
@@
var DimpCore = {
var ptr = parent.frames.horde_main ? parent : window;
ptr.location = this.addURLParam(url);
if (force) {
- setTimeout(function() { ptr.location.reload() },
0.3
);
+ setTimeout(function() { ptr.location.reload() },
300
);
}
},