From be0e5db3dfeb242c4abb46129754bf61e772d6b4 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Sat, 25 Jul 2009 16:35:28 -0600 Subject: [PATCH] Need a bit of time to allow location to take by browser. --- imp/js/src/DimpCore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/js/src/DimpCore.js b/imp/js/src/DimpCore.js index d1a4246da..6fad707de 100644 --- 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); } }, -- 2.11.0