Browse Source

Don't specify schema in Javascript example

pull/7/head
Pēteris Caune 9 years ago
parent
commit
a099a498da
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      static/js/index.js

+ 2
- 0
static/js/index.js 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;


Loading…
Cancel
Save