From 97550f28c2741252a7ef631b4cbe1b9ec072a9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Berg?= Date: Wed, 24 Mar 2010 09:18:29 +0100 Subject: [PATCH] Bugfix: This caused "no var named button" exceptions in the web view. --- html/views/history/history.js | 1 - 1 file changed, 1 deletion(-) diff --git a/html/views/history/history.js b/html/views/history/history.js index 12f60a3..0c02b86 100644 --- a/html/views/history/history.js +++ b/html/views/history/history.js @@ -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);