Fix JS syntax error
Gerrit is stuck on "Loading Gerrit Code-Review..."
Broken by b2a7d239bd
Change-Id: I7215494ad14f01ce6fe65980a95771668f358956
This commit is contained in:
@@ -100,8 +100,8 @@ public class Permutation {
|
||||
// Prevents mixed mode security in IE6/7.
|
||||
s.append("f.src=\"javascript:''\";");
|
||||
s.append("f.id=n;");
|
||||
s.append("f.style.cssText)")
|
||||
.append("='position:absolute;width:0;height:0;border:none';");
|
||||
s.append("f.style.cssText");
|
||||
s.append("='position:absolute;width:0;height:0;border:none';");
|
||||
s.append("f.tabIndex=-1;");
|
||||
s.append("d.body.appendChild(f);");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user