From d491f3b3aed26b7dc4466216c6226ad2a650fba8 Mon Sep 17 00:00:00 2001 From: Pieter de Bie Date: Mon, 27 Oct 2008 17:42:36 +0100 Subject: [PATCH] CommitWebView: Display new files This was broken when refactoring the commit code --- html/views/commit/commit.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/views/commit/commit.js b/html/views/commit/commit.js index 5e4f7b4..d69b4da 100644 --- a/html/views/commit/commit.js +++ b/html/views/commit/commit.js @@ -9,6 +9,7 @@ var showNewFile = function(file) } diff.innerHTML = contents.escapeHTML(); + diff.style.display = ''; } var showFileChanges = function(file, cached) {