From 1ef432cb794c55a744c39bcdc1eee1927607308c Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Thu, 28 Jan 2021 17:23:17 +0100 Subject: [PATCH] Reload the page if user click "deny all" after accept some on the panel --- tarteaucitron.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tarteaucitron.js b/tarteaucitron.js index 70e7dba..79f057b 100644 --- a/tarteaucitron.js +++ b/tarteaucitron.js @@ -1139,6 +1139,10 @@ var tarteaucitron = { //end ie compatibility window.dispatchEvent(tacCloseAlertEvent); + + if (tarteaucitron.reloadThePage === true) { + window.location.reload(); + } }, "toggleCookiesList": function () { "use strict";