Skip to content

Commit

Permalink
Fixed for IE9 standards mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sebdeckers committed Feb 27, 2011
1 parent 0084278 commit a10904d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/js/autoupdate.js
Expand Up @@ -220,7 +220,7 @@ window.attachEvent("onload", function () {
};
for (var name in tracks)
if (tracks[name]) {
var button = document.createElement("<button type='button' />");
var button = document.createElement("button");
button.className = "update-button";
var title = insertSimpleElement(button, "h4", "");
client.css.addClass(insertSimpleElement(title, "span", tracks[name].name), "name");
Expand Down

0 comments on commit a10904d

Please sign in to comment.