Need a bit of time to allow location to take by browser.
authorMichael M Slusarz <slusarz@curecanti.org>
Sat, 25 Jul 2009 22:35:28 +0000 (16:35 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Sat, 25 Jul 2009 22:36:29 +0000 (16:36 -0600)
imp/js/src/DimpCore.js

index d1a4246..6fad707 100644 (file)
@@ -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);
         }
     },