rytm-webflow 2.2.2 → 2.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -407,7 +407,7 @@ class ASwapDispatcher extends EventDispatcher {
|
|
|
407
407
|
onHistoryBack(e) {
|
|
408
408
|
e.preventDefault();
|
|
409
409
|
let url = window.location.pathname + window.location.search;
|
|
410
|
-
console.log("HISTORY BACK", url)
|
|
410
|
+
// console.log("HISTORY BACK", url);
|
|
411
411
|
this.openURL(url, true);
|
|
412
412
|
}
|
|
413
413
|
/**
|