mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
Bugfix: This caused "no var named button" exceptions in the web view.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user