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";