diff --git a/static/scripts/websocket.js b/static/scripts/websocket.js index 2bb5c9b..6cbf30e 100644 --- a/static/scripts/websocket.js +++ b/static/scripts/websocket.js @@ -222,6 +222,8 @@ window.addEventListener("load", function(evt) { } - + document.getElementById("fullReplay").onclick = function(evt) { + window.open('http://localhost:3011/tracking') + } }); diff --git a/templates/index.html b/templates/index.html index 43dbcf1..c3cc0bf 100644 --- a/templates/index.html +++ b/templates/index.html @@ -30,7 +30,7 @@ - +