Procházet zdrojové kódy

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

Amauri CHAMPEAUX před 4 roky
rodič
revize
1ef432cb79
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  1. 4 0
      tarteaucitron.js

+ 4 - 0
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";