{ if (!e.target.closest(".post-menu-wrap")) closeMenu(); }); function loadShowPageEdit() { window.location = "/community?edit=5"; } function deleteShowPost() { fetch("/community/5/delete", { method: "DELETE", headers: { "X-CSRF-TOKEN": "owZthMSbXsaICAoZHXYgCHAM15CLMh1bEl0KoBNv", "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(r => r.json()) .then(d => { if (d.success) window.location = "/community"; }) .catch(() => alert("Could not delete.")); } "> { if (!e.target.closest(".post-menu-wrap")) closeMenu(); }); function loadShowPageEdit() { window.location = "/community?edit=5"; } function deleteShowPost() { fetch("/community/5/delete", { method: "DELETE", headers: { "X-CSRF-TOKEN": "owZthMSbXsaICAoZHXYgCHAM15CLMh1bEl0KoBNv", "Accept": "application/json", "X-Requested-With": "XMLHttpRequest" } }) .then(r => r.json()) .then(d => { if (d.success) window.location = "/community"; }) .catch(() => alert("Could not delete.")); } ">
π¬ 0 Comments
Log in to like and comment