Fixed stupid line remove in index.html...

pull/68/head
Mokaddem 2016-08-22 16:25:52 +02:00
parent a424069c64
commit 27ae577e00
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ var source = new EventSource('/_logs');
source.onmessage = function(event) {
var feed = jQuery.parseJSON( event.data );
create_log_table(feed);
};
function pad_2(number)