diff --git a/static/js/index.js b/static/js/index.js index 312232c0..98ebf3f4 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -3,6 +3,8 @@ $(function () { var code = $("#check-code").text(); var url = $("#pitch-url").text(); + url = url.replace("http://", "//"); + var lastPing = null; var lastPingHuman = null;