diff --git a/lsp/functions.js b/lsp/functions.js index 924cb3b5..9f3cd4cf 100644 --- a/lsp/functions.js +++ b/lsp/functions.js @@ -339,7 +339,7 @@ delete data.statistics; // same goes for the stats //IE breaks if the console isn't opened, so keep commented when committing - //console.log('[763] SEND', data); + console.log('[763] SEND', data); $.ajax( { @@ -363,7 +363,7 @@ $('#shield').remove(); // remove loading display //IE breaks if the console isn't opened, so keep commented when committing - //console.log('[785] RECV', d); + console.log('[785] RECV', d); if(d && d['authorize'] && d['authorize']['challenge']) { @@ -387,7 +387,7 @@ "version": "" }, "streams": {}, - "capabilities": {}, + "capabilities": {}, "log": {}, "statistics": {} }, d); diff --git a/lsp/main.js b/lsp/main.js index b70d6ff2..8eda23ec 100644 --- a/lsp/main.js +++ b/lsp/main.js @@ -79,6 +79,8 @@ // what kind of streams should be displayed? Format is [recorded, live]; var streamsdisplay = [true, true]; + // used on the overview page to decide then to ask the controller for an update check + var updatelastchecked; /** * Display a certain page. It contains a (giant) switch-statement, that builds a page depending on the tab requested @@ -172,82 +174,117 @@ case 'overview': - $('#page').append( - $('
').attr('id', 'editserver').append( - $('