cookie-consent-js
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "cookie-consent-js", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"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", |
@@ -131,3 +131,3 @@ /** | ||
if (getCookie(this.props.cookieName) === undefined) { | ||
if (getCookie(this.props.cookieName) === undefined && this.props.autoShowModal) { | ||
showDialog() | ||
@@ -134,0 +134,0 @@ } |
17973