Fix 1ef432c
This commit is contained in:
parent
cb994403d2
commit
c3f983e47b
|
|
@ -631,6 +631,9 @@ var tarteaucitron = {
|
||||||
});
|
});
|
||||||
tarteaucitron.addClickEventToId("tarteaucitronAllDenied2", function () {
|
tarteaucitron.addClickEventToId("tarteaucitronAllDenied2", function () {
|
||||||
tarteaucitron.userInterface.respondAll(false);
|
tarteaucitron.userInterface.respondAll(false);
|
||||||
|
if (tarteaucitron.reloadThePage === true) {
|
||||||
|
window.location.reload();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
tarteaucitron.addClickEventToId("tarteaucitronCloseAlert", function () {
|
tarteaucitron.addClickEventToId("tarteaucitronCloseAlert", function () {
|
||||||
tarteaucitron.userInterface.openPanel();
|
tarteaucitron.userInterface.openPanel();
|
||||||
|
|
@ -1139,10 +1142,6 @@ var tarteaucitron = {
|
||||||
//end ie compatibility
|
//end ie compatibility
|
||||||
|
|
||||||
window.dispatchEvent(tacCloseAlertEvent);
|
window.dispatchEvent(tacCloseAlertEvent);
|
||||||
|
|
||||||
if (tarteaucitron.reloadThePage === true) {
|
|
||||||
window.location.reload();
|
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"toggleCookiesList": function () {
|
"toggleCookiesList": function () {
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue