source and diff view on history

This commit is contained in:
glaullon
2010-06-11 16:23:12 -07:00
parent 1a4556e955
commit 1c3364dec9
10 changed files with 461 additions and 236 deletions
+4
View File
@@ -1,5 +1,9 @@
// for diffs shown in the PBDiffWindow
var showFile = function(message) {
highlightDiff(message,$("diff"));
}
var setMessage = function(message) {
$("message").style.display = "";
$("message").innerHTML = message.escapeHTML();