mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
diff on file view
This commit is contained in:
@@ -6,3 +6,11 @@ var setMessage = function(message) {
|
||||
$("diff").style.display = "none";
|
||||
}
|
||||
|
||||
var showDiff = function(diff) {
|
||||
highlightDiff(diff, $("diff"));
|
||||
}
|
||||
|
||||
var showFile = function(txt) {
|
||||
showDiff(txt);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user