From a099a498da9f8a126dd311f5de29a3ca92cae9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Tue, 21 Jul 2015 14:23:27 +0300 Subject: [PATCH] Don't specify schema in Javascript example --- static/js/index.js | 2 ++ 1 file changed, 2 insertions(+) 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;