daily-glry
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "daily-glry", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"main": "daily-glry.js", | ||
@@ -5,0 +5,0 @@ "description": "Daily comic strip gallery with mobile/touch support.", |
@@ -95,3 +95,3 @@ (function (root, factory) { | ||
function getDateFromCookie() { | ||
var date = /date=([^;]+)/; | ||
var date = /date=([^;]+)/.exec(document.cookie); | ||
if (date) { | ||
@@ -98,0 +98,0 @@ return getDateFromString(date[1]); |
{ | ||
"name": "daily-glry", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "Daily comic strip gallery with mobile/touch support.", | ||
@@ -5,0 +5,0 @@ "main": "daily-glry.js", |
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
9192