codefog / contao-cookiebar

Display the information about cookies on your Contao website
MIT License
26 stars 9 forks source link

Fixed buggy cookie check #64

Closed Coding-Kiwi closed 5 years ago

Coding-Kiwi commented 5 years ago

If you have two start pages and they for example have the ids 1 and 18, the current cookiename check with indexOf leads to a bug. If you visited page 18 and switch to 1, the cookie bar doesnt trigger because COOKIEBAR_18 is set and it contains COOKIEBAR_1, so indexOf returns true

qzminski commented 5 years ago

Thank you @Coding-Kiwi! I will release a new version soon.

Coding-Kiwi commented 5 years ago

Wait.. I messed up.. dang.

qzminski commented 5 years ago

No worries I updated your code a bit in 9abd39a.