forked from GithubBackups/healthchecks
Don't specify schema in Javascript example
This commit is contained in:
parent
17b87c093f
commit
a099a498da
@ -3,6 +3,8 @@ $(function () {
|
|||||||
|
|
||||||
var code = $("#check-code").text();
|
var code = $("#check-code").text();
|
||||||
var url = $("#pitch-url").text();
|
var url = $("#pitch-url").text();
|
||||||
|
url = url.replace("http://", "//");
|
||||||
|
|
||||||
var lastPing = null;
|
var lastPing = null;
|
||||||
var lastPingHuman = null;
|
var lastPingHuman = null;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user