From 3d10c26a464468169ace654c14a29d26cbda13e8 Mon Sep 17 00:00:00 2001 From: Erik Andresen Date: Sat, 24 Oct 2020 20:00:15 +0200 Subject: [PATCH] revert www changes from last commit --- www/assets/javascripts/application.js | 6 +++--- www/index.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/assets/javascripts/application.js b/www/assets/javascripts/application.js index 02dfe59..1a61324 100644 --- a/www/assets/javascripts/application.js +++ b/www/assets/javascripts/application.js @@ -17,9 +17,9 @@ function init() { ros.on('close', function() { information.alerts.push({message: "Connection to websocket server closed.", info: true}); - //setTimeout(function() { - // connect(); - //}, 2000); + setTimeout(function() { + connect(); + }, 2000); }); //tfClient.subscribe('base_link', function(tf) { diff --git a/www/index.html b/www/index.html index 8202c20..15e2aed 100644 --- a/www/index.html +++ b/www/index.html @@ -22,7 +22,7 @@ Wild Thumper control -- 2.39.2