Update claim.html
This commit is contained in:
parent
69e4e532f9
commit
f71b986679
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<script src="/socket.io/socket.io.js"></script>
|
<script src="/socket.io/socket.io.js"></script>
|
||||||
<script>
|
<script>
|
||||||
var socket = io();
|
var socket = io();
|
||||||
var url = document.URL.substring(document.URL.indexOf('spee.ch/') + 5);
|
var url = document.URL.substring(document.URL.indexOf('spee.ch/') + 8);
|
||||||
// request the claim through the socket
|
// request the claim through the socket
|
||||||
socket.emit("claim-request", url);
|
socket.emit("claim-request", url);
|
||||||
// listen for updates
|
// listen for updates
|
||||||
|
|
Loading…
Reference in a new issue