mirror of
https://github.com/kennethreitz-archive/gitx.git
synced 2026-06-05 23:40:18 +00:00
WebHistoryView: Don't use Prototype
This removes all dependencies on Prototype in GitX, so we can remove the library
This commit is contained in:
committed by
Pieter de Bie
parent
7b36ac1a2e
commit
43bb12317c
+1
-1
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user