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) {