Carlos MG

Results 4 issues of Carlos MG

When setting wholeDomain option to true, cookies are still set on the current root, instead of on '/' Just fixed it. I will create a PR

Fixes bug causing that the option wholeDomain was not working when set to true. Fixes issue #33

Callback events are called not only when acepting cookies, but also on every page load. I set the following alert messages for the cookie banner just for testing. And every...

Removes call to consetsCallback() on every page load. Now it is called only when user press 'accept all' button or 'save preferences' button. Fixes issue #31.