Files
gitx/html/views/log/log.js
T
German Laullon 8b357d40e9 log work
2010-06-15 08:54:22 -07:00

11 lines
184 B
JavaScript

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