jquery-cookiebar
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -180,3 +180,3 @@ /* | ||
$(document).on('click touchstart', '#cookie-bar .cb-enable',function($event) { | ||
event.preventDefault(); | ||
$event.preventDefault(); | ||
cookieAccept(); | ||
@@ -186,3 +186,3 @@ return false; | ||
$(document).on('click touchstart', '#cookie-bar .cb-disable',function($event) { | ||
event.preventDefault(); | ||
$event.preventDefault(); | ||
cookieDecline(); | ||
@@ -189,0 +189,0 @@ return false; |
{ | ||
"name": "jquery-cookiebar", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "jQuery CookieBar Plugin", | ||
@@ -5,0 +5,0 @@ "main": "jquery.cookiebar.js", |
@@ -0,0 +0,0 @@ # jQuery CookieBar Plugin |
Sorry, the diff of this file is not supported yet
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
17436