WebHistoryView: Don't use Prototype

This removes all dependencies on Prototype in GitX, so we can remove
the library
This commit is contained in:
Stephen Celis
2008-10-19 16:37:29 -05:00
committed by Pieter de Bie
parent 7b36ac1a2e
commit 43bb12317c
5 changed files with 73 additions and 4288 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
else
$("diff").innerHTML = "Could not display changes";
$("diff").show();
$("diff").style.display = '';
$('title').innerHTML = "New file: " + file.path;
} else {
$("diff").style.display = 'none';