diff --git a/resources/static/include.js b/resources/static/include.js
index 8d2cd68a234a2cc781deee6eaaa69714f3ac801f..d9d07938c0ced8b7d3f93131dbd60b9681c1423c 100644
--- a/resources/static/include.js
+++ b/resources/static/include.js
@@ -773,7 +773,8 @@
             // has a problem re-attaching new iframes with the same name.  Code inside
             // of frames with the same name sometimes does not get run.
             // See https://bugzilla.mozilla.org/show_bug.cgi?id=350023
-            w = _open_window(ipServer + "/sign_in#" + frameid);
+            //w = _open_window(ipServer + "/sign_in#" + frameid);
+            w.location = ipServer + "/sign_in#" +frameid;
           }
         });