diff on file view

This commit is contained in:
German Laullon
2010-12-07 22:26:33 -08:00
parent d1d4a2e7b5
commit 4b85580e2f
5 changed files with 64 additions and 25 deletions
+8
View File
@@ -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;
}