projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cd8bf7
)
Need a bit of time to allow location to take by browser.
author
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 25 Jul 2009 22:35:28 +0000
(16:35 -0600)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Sat, 25 Jul 2009 22:36:29 +0000
(16: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
d1a4246
..
6fad707
100644
(file)
--- a/
imp/js/src/DimpCore.js
+++ b/
imp/js/src/DimpCore.js
@@
-277,7
+277,7
@@
var DimpCore = {
var ptr = parent.frames.horde_main ? parent : window;
ptr.location = this.addURLParam(url);
if (force) {
-
ptr.location.reload(
);
+
setTimeout(ptr.location.reload(), 0.3
);
}
},