dotsunited-cookie-consent
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -46,3 +46,9 @@ (function(window, factory) { | ||
$(function() { | ||
var el = $(options.selector) | ||
var el = $(options.selector); | ||
if (!el.length) { | ||
return; | ||
} | ||
el | ||
.on('click', '[data-' + namespace + '-dismiss]', function(e) { | ||
@@ -61,3 +67,3 @@ e.preventDefault(); | ||
.addClass(namespace + '--active') | ||
; | ||
; | ||
@@ -64,0 +70,0 @@ // Focus dismiss button in alertdialog |
@@ -10,3 +10,3 @@ { | ||
}, | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"repository": { | ||
@@ -13,0 +13,0 @@ "type": "git", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5484
103