From f3b715da48fe9a2b2d202313586b122400cb758b Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Sun, 8 Jan 2023 23:24:53 +0100 Subject: [PATCH] bla --- static/js/main.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index e60e2d4..1e8ba42 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -566,7 +566,6 @@ function refreshListener() { }) $(".prank-btn-delete").click((e) => { let uid = e.target.parentNode.parentNode.id; - console.log(e); $.ajax({ type: 'POST', url: base_url + 'delPrank', @@ -660,7 +659,7 @@ function updateDemandes() {
Notes: ${pd[pd_uid].note}
Statue: ${pd[pd_uid].state}
-
UID: ${pd_uid}
+
UID: ${pd[pd_uid].prankUid}
DATE: ${pd[pd_uid].date}
${ (pd[pd_uid].state != "Accepted" && pd[pd_uid].state != "Refused" ) ?