Select Git revision
3f7329c5293ffd510edef78f73874cfd-le32d4.cache-4
mainlog.js 170 B
$(function() {
var myInterval = setInterval(function(){
$.get('log.php', function(data) {
$('#mainlog').html(data);
});
}, 5000);
});