Close tooltip when the main panel is closed
This commit is contained in:
parent
0c5a0d9fc9
commit
67f9155099
|
|
@ -593,6 +593,10 @@ var tarteaucitron = {
|
||||||
tarteaucitron.userInterface.css('tarteaucitron', 'display', 'none');
|
tarteaucitron.userInterface.css('tarteaucitron', 'display', 'none');
|
||||||
tarteaucitron.userInterface.css('tarteaucitronCookiesListContainer', 'display', 'none');
|
tarteaucitron.userInterface.css('tarteaucitronCookiesListContainer', 'display', 'none');
|
||||||
|
|
||||||
|
tarteaucitron.fallback(['tarteaucitronInfoBox'], function (elem) {
|
||||||
|
elem.style.display = 'none';
|
||||||
|
}, true);
|
||||||
|
|
||||||
if (tarteaucitron.reloadThePage === true) {
|
if (tarteaucitron.reloadThePage === true) {
|
||||||
window.location.reload();
|
window.location.reload();
|
||||||
} else {
|
} else {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue