From 116fcb51544c37736b7a673ba4394d13456338be Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Fri, 4 Nov 2011 01:16:06 -0700 Subject: [PATCH] trying a super quick potential fix for #442 --- resources/static/include.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/static/include.js b/resources/static/include.js index 8d2cd68a2..d9d07938c 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; } }); -- GitLab