Comparing version 0.1.21 to 0.1.22
@@ -77,3 +77,4 @@ 'use strict'; | ||
if (canonical && canonical.href && -1 !== canonical.href.indexOf(document.location.hostname)) { | ||
history.replaceState('', '', canonical.href); | ||
var newUrl = canonical.href + document.location.search; | ||
history.replaceState('', '', newUrl); | ||
} | ||
@@ -80,0 +81,0 @@ } |
{ | ||
"name": "reshow", | ||
"version": "0.1.21", | ||
"version": "0.1.22", | ||
"description": "Flux Reducer Present Library", | ||
@@ -5,0 +5,0 @@ "main": "./build/src/index.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
23584
450