michnhokn / kirby-cookie-banner

A Cookie Consent Modal for Kirby
MIT License
67 stars 9 forks source link

'Loaded' event #15

Closed philipmarnef closed 3 months ago

philipmarnef commented 2 years ago

The cookie modal only broadcasts the 'cookies:saved' event when settings are saved, not on subsequent page loads. This small addition (in src/cookie-modal.js) publishes another event 'cookies:loaded' that you can subscribe to if you want to execute stuff only when the proper consent is given.