google-maps-reviews
Advanced tools
Comparing version 0.0.15 to 0.0.16
@@ -113,3 +113,3 @@ // Copyright (c) 2018, Simon Neutert | ||
var review = reviews[i].text | ||
if (settings.show_date) { | ||
if (settings.show_date == true) { | ||
review = "<span class='review-date'>"+date+"</span> " + review | ||
@@ -116,0 +116,0 @@ } |
{ | ||
"name": "google-maps-reviews", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "Display Google Reviews of a Place on Google Maps on your website", | ||
@@ -5,0 +5,0 @@ "main": "google-maps-reviews.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
10677