Преглед на файлове

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

Amauri CHAMPEAUX преди 4 години
родител
ревизия
1ef432cb79
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  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";