★
★
★
★
★
0.0 ★
(0 Bewertungen)
Profil‑Infos
Alter: 24 Jahre
Stadt: Spöck
Status:
Online
Geschlecht:
Weiblich
Nationalität:
Polen
Über mich
Hallo ich bin Ana
/* ============================
5. COMENTARII PUBLIC
============================ */
const form = document.querySelector("#oe-comment-form");
if (form) {
form.addEventListener("submit", function(e) {
e.preventDefault();
fetch("https://onlyescort.de/wp-admin/admin-ajax.php", {
method: "POST",
headers: {"Content-Type": "application/x-www-form-urlencoded"},
body: new URLSearchParams(new FormData(form)) + "&action=save_public_comment"
})
.then(r => r.json())
.then(res => {
if (res.success) {
alert("Kommentar gespeichert!");
location.reload();
} else {
alert("Fehler: " + res.data.msg);
}
});
});
}
});
Kommentare