mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
CommitWebView: Display new files
This was broken when refactoring the commit code
This commit is contained in:
@@ -9,6 +9,7 @@ var showNewFile = function(file)
|
||||
}
|
||||
|
||||
diff.innerHTML = contents.escapeHTML();
|
||||
diff.style.display = '';
|
||||
}
|
||||
|
||||
var showFileChanges = function(file, cached) {
|
||||
|
||||
Reference in New Issue
Block a user