Files
gitx/html/views/log/log.js
T
German Laullon 1a4a179e9a History
2010-09-16 22:54:28 -07:00

11 lines
185 B
JavaScript

var selectCommit = function(a) {
window.Controller.selectCommit_(a);
return false;
}
var showFile = function(txt) {
$("log").style.display = "";
$("log").innerHTML=txt;
return;
}