Browse Source

Resize the panel when group are open/close

Amauri CHAMPEAUX 4 years ago
parent
commit
3b097efceb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tarteaucitron.js

+ 1 - 0
tarteaucitron.js

@@ -633,6 +633,7 @@ var tarteaucitron = {
                             document.querySelector('#tarteaucitronServices_' + cat).style.display = 'none';
                             tarteaucitron.addClickEventToId("tarteaucitron-toggle-group-" + cat, function () {
                                 tarteaucitron.userInterface.toggle('tarteaucitronServices_' + cat);
+                                tarteaucitron.userInterface.jsSizing('main');
                             });
                             tarteaucitron.addClickEventToId("tarteaucitron-accept-group-" + cat, function () {
                                 tarteaucitron.userInterface.respondAll(true, cat);