JS-Problem Version 1.2.29
-
In the new version I get the JS error message:
this.removeCookieNotice is not a function in front.jsAnother Problem:
I use the plugin cachify. A cached page without cookie-notice will be displayed to each new user without cookie-notice.Therefore, I have changed this function manually:
public function cookie_setted () {
// return isset ($ _ COOKIE [self :: $ cookie [‘name’]]);
return false;
}This works very well, or is there a better solution?
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘JS-Problem Version 1.2.29’ is closed to new replies.