Dont resize the window when a group is expanded
This commit is contained in:
parent
f9d13cf0a6
commit
041d6de3b5
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue