From 95dab7b7ab3a37018e694eaf2c49cc1af4644b98 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 2 Sep 2022 18:10:20 +0200 Subject: [PATCH] Remettre la confirmation de suppresion dans le core --- core/core.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/core.js.php b/core/core.js.php index d484b3fc..5e529d34 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -374,7 +374,7 @@ core.start(); /** * Confirmation de suppression - +*/ $("#pageDelete").on("click", function() { var _this = $(this); message = ""; @@ -382,7 +382,7 @@ $("#pageDelete").on("click", function() { $(location).attr("href", _this.attr("href")); }); }); -*/ + /** * Calcul de la luminance relative d'une couleur