cookie-consent-js
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "cookie-consent-js", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A simple dialog and framework to handle the German and EU law (may 2020) about cookies in a website", | ||
@@ -5,0 +5,0 @@ "main": "src/cookie-consent.js", |
@@ -7,3 +7,4 @@ /** | ||
;function CookieConsent(props) { | ||
function CookieConsent(props) { | ||
var self = this | ||
@@ -120,3 +121,3 @@ this.props = { | ||
if (getCookie(self.props.cookieName) === undefined) { | ||
if (getCookie(this.props.cookieName) === undefined) { | ||
showDialog() | ||
@@ -123,0 +124,0 @@ } |
Sorry, the diff of this file is not supported yet
13984