Dont resize the window when a group is expanded

This commit is contained in:
Amauri CHAMPEAUX 2023-08-10 16:45:12 +02:00 committed by GitHub
parent f9d13cf0a6
commit 041d6de3b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -698,7 +698,7 @@ var tarteaucitron = {
tarteaucitron.userInterface.removeClass('tarteaucitronServicesTitle_' + cat, 'tarteaucitronIsExpanded');
document.getElementById('tarteaucitron-toggle-group-'+cat).setAttribute('aria-expanded', 'false');
}
tarteaucitron.initEvents.resizeEvent();
//tarteaucitron.initEvents.resizeEvent();
});
tarteaucitron.addClickEventToId("tarteaucitron-accept-group-" + cat, function () {
tarteaucitron.userInterface.respondAll(true, cat);