From 4dd1827ee7cb8d417b8400ac6c125a02196cc611 Mon Sep 17 00:00:00 2001 From: asyncnomi Date: Sun, 8 Jan 2023 23:06:34 +0100 Subject: [PATCH] bla --- static/js/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/main.js b/static/js/main.js index e68321c..0186b18 100644 --- a/static/js/main.js +++ b/static/js/main.js @@ -632,7 +632,7 @@ function updateDemandes() {
Statue: ${pd[pd_uid].state}
${ (pd[pd_uid].state != "Accepted" && pd[pd_uid].state != "Refused" ) ? ` -
Annuler
+
Annuler
` : '' } @@ -646,7 +646,7 @@ function updateDemandes() { data: JSON.stringify({ uid: localStorage.getItem('user'), token: localStorage.getItem('token'), - prankUid: pd_uid + prankUid: this.id() }), contentType: "application/json; charset=utf-8",