From: Michael M Slusarz Date: Sat, 25 Jul 2009 22:35:28 +0000 (-0600) Subject: Need a bit of time to allow location to take by browser. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=be0e5db3dfeb242c4abb46129754bf61e772d6b4;p=horde.git Need a bit of time to allow location to take by browser. --- 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); } },