sajari-website
Advanced tools
Comparing version 0.5.9 to 0.5.10
{ | ||
"name": "sajari-website", | ||
"version": "0.5.9", | ||
"version": "0.5.10", | ||
"description": "Website extensions for the Sajari API. Automatically index site content, add user profiles, render search and recommendations, etc.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -723,2 +723,7 @@ require("./utils/polyfills"); | ||
// Remove old overlay | ||
dom.eachNode('overlay', function(el){ | ||
el.parentNode.removeChild(el); | ||
}) | ||
processOptions(options); | ||
@@ -725,0 +730,0 @@ |
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
64367
1693