- Issue created by @hosterholz
- Merge request !141Issue #3462240: Multiple click event handlers bound to withdraw tab → (Open) created by hosterholz
When using the withdraw button a click handler is bound to .eu-cookie-withdraw-tab everytime the button is pressed. When the animation time is set to 0 the banner cannot be opened, because the toggleWithdrawBanner function is called twice and closes the banner immediately.
method: 'opt_in'
withdraw_enabled: true
settings_tab_enabled: true
popup_delay: 0
jQuery._data( jQuery(".eu-cookie-withdraw-tab")[0], "events" );
Object { click: (2) […] }
Do not bind the click handler in declineAction.
Active
1.0
Code