Don't specify schema in Javascript example

This commit is contained in:
Pēteris Caune 2015-07-21 14:23:27 +03:00
parent 17b87c093f
commit a099a498da

View File

@ -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;