mirror of
https://codeberg.org/Freedium-cfd/web.git
synced 2026-03-11 09:04:37 +00:00
Merge branch 'main' of https://codeberg.org/Freedium-cfd/web
This commit is contained in:
commit
c6bf3af64d
1 changed files with 1 additions and 2 deletions
|
|
@ -408,12 +408,11 @@
|
||||||
body.classList.remove('!overflow-hidden');
|
body.classList.remove('!overflow-hidden');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Close button functionality
|
|
||||||
closeButton.addEventListener('click', () => {
|
closeButton.addEventListener('click', () => {
|
||||||
hideNotification();
|
hideNotification();
|
||||||
});
|
});
|
||||||
|
|
||||||
showNotification();
|
// showNotification();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue