Reload the page if user click "deny all" after accept some on the panel

This commit is contained in:
Amauri CHAMPEAUX 2021-01-28 17:23:17 +01:00
parent 6153b385f6
commit 1ef432cb79
1 changed files with 4 additions and 0 deletions

View File

@ -1139,6 +1139,10 @@ var tarteaucitron = {
//end ie compatibility
window.dispatchEvent(tacCloseAlertEvent);
if (tarteaucitron.reloadThePage === true) {
window.location.reload();
}
},
"toggleCookiesList": function () {
"use strict";