Keks notice!
This commit is contained in:
@@ -497,4 +497,14 @@ function startAutoRefresh() {
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
init();
|
||||
startAutoRefresh();
|
||||
|
||||
// Add cookie settings button functionality
|
||||
const cookieSettingsBtn = document.getElementById('cookie-settings-footer');
|
||||
if (cookieSettingsBtn) {
|
||||
cookieSettingsBtn.addEventListener('click', function() {
|
||||
if (window.cookieConsent) {
|
||||
window.cookieConsent.resetConsent();
|
||||
}
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user