Files
gitx/html/views/log/log.js
T
2010-06-16 09:00:00 -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;
}