浏览代码

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