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

Close tooltip when the main panel is closed

Amauri CHAMPEAUX преди 10 години
родител
ревизия
67f9155099
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      tarteaucitron.js

+ 4 - 0
tarteaucitron.js

@@ -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 {