diff --git a/src/static/js/timeslider.js b/src/static/js/timeslider.js index 28da1d45..0830720d 100644 --- a/src/static/js/timeslider.js +++ b/src/static/js/timeslider.js @@ -71,11 +71,14 @@ function init() { // route the incoming messages socket.on('message', (message) => { + console.log(message.type); if (message.type == 'CLIENT_VARS') { handleClientVars(message); } else if (message.accessStatus) { $('body').html('