CommitWebView: Display new files

This was broken when refactoring the commit code
This commit is contained in:
Pieter de Bie
2008-10-27 17:42:36 +01:00
parent 19f4d94ec6
commit d491f3b3ae
+1
View File
@@ -9,6 +9,7 @@ var showNewFile = function(file)
}
diff.innerHTML = contents.escapeHTML();
diff.style.display = '';
}
var showFileChanges = function(file, cached) {