diff --git a/static/rbmd/script.js b/static/rbmd/script.js index d9b65c8..2178882 100644 --- a/static/rbmd/script.js +++ b/static/rbmd/script.js @@ -20,7 +20,7 @@ $(function() { $('.tablink').css('display', 'block') // var ws = new WebSocket('{{escape(ws)}}'); - var cluster, selected_node, deadNode, node2; + // var cluster, selected_node, deadNode, node2; // ws.onopen = function() {ws.send(""); }; // ws.onmessage = function (evt) { // cluster = JSON.parse(evt.data); diff --git a/templates/rbmd/index.html b/templates/rbmd/index.html index 20f238c..d772208 100644 --- a/templates/rbmd/index.html +++ b/templates/rbmd/index.html @@ -85,8 +85,7 @@