mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-26 15:57:16 +00:00
Fixed stupid line remove in index.html...
This commit is contained in:
parent
a424069c64
commit
27ae577e00
1 changed files with 1 additions and 0 deletions
|
@ -90,6 +90,7 @@ var source = new EventSource('/_logs');
|
||||||
|
|
||||||
source.onmessage = function(event) {
|
source.onmessage = function(event) {
|
||||||
var feed = jQuery.parseJSON( event.data );
|
var feed = jQuery.parseJSON( event.data );
|
||||||
|
create_log_table(feed);
|
||||||
};
|
};
|
||||||
|
|
||||||
function pad_2(number)
|
function pad_2(number)
|
||||||
|
|
Loading…
Reference in a new issue