Fix JS syntax error

Gerrit is stuck on "Loading Gerrit Code-Review..."

Broken by b2a7d239bd2cf504a9ee031253f04eedcf045c43

Change-Id: I7215494ad14f01ce6fe65980a95771668f358956
This commit is contained in:
Orgad Shaneh 2013-12-09 11:30:46 +02:00
parent 36d839d6dd
commit 7f8b230797

View File

@ -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);");