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>
|
||||
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
|
||||
socket.emit("claim-request", url);
|
||||
// listen for updates
|
||||
|
|
Loading…
Reference in a new issue