Bugfix: This caused "no var named button" exceptions in the web view.

This commit is contained in:
André Berg
2010-03-24 09:18:29 +01:00
parent 842630482c
commit 97550f28c2
-1
View File
@@ -252,7 +252,6 @@ var showDiff = function() {
}
link.appendChild(document.createTextNode(finalFile.unEscapeHTML()));
button.setAttribute("representedFile", finalFile);
link.setAttribute("representedFile", finalFile);
p.insertBefore(img, link);