2015-07-01 00:28:13 +03:00

3 lines
88 B
Plaintext

var xhr = new XMLHttpRequest();
xhr.open('GET', '{{ ping_url }}', true);
xhr.send(null);