Close tooltip when the main panel is closed

This commit is contained in:
Amauri CHAMPEAUX 2015-03-11 17:38:26 +01:00
parent 0c5a0d9fc9
commit 67f9155099
1 changed files with 4 additions and 0 deletions

View File

@ -593,6 +593,10 @@ var tarteaucitron = {
tarteaucitron.userInterface.css('tarteaucitron', 'display', 'none');
tarteaucitron.userInterface.css('tarteaucitronCookiesListContainer', 'display', 'none');
tarteaucitron.fallback(['tarteaucitronInfoBox'], function (elem) {
elem.style.display = 'none';
}, true);
if (tarteaucitron.reloadThePage === true) {
window.location.reload();
} else {