This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nielsperetzke
/
healthchecks
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
32
Wiki
Activity
Browse Source
Don't specify schema in Javascript example
pull/7/head
Pēteris Caune
9 years ago
parent
17b87c093f
commit
a099a498da
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
;
Write
Preview
Loading…
Cancel
Save