@mjhls/mjh-framework 1.0.872 → 1.0.873
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/README.md +1 -1
- package/dist/cjs/View.js +1 -1
- package/dist/esm/View.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# mjh-framework v. 1.0.
|
|
1
|
+
# mjh-framework v. 1.0.873
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mjh-framework) [](https://standardjs.com)
|
|
4
4
|
|
package/dist/cjs/View.js
CHANGED
|
@@ -1652,7 +1652,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1652
1652
|
if (props.setCustomDimensions) {
|
|
1653
1653
|
props.setCustomDimensions(activeArticle, '200', prevUrl);
|
|
1654
1654
|
}
|
|
1655
|
-
if (props.pageview) props.pageview(newPath, pageviewProperties);
|
|
1655
|
+
if (props.pageview) props.pageview(newPath, null, pageviewProperties);
|
|
1656
1656
|
refreshAD(path);
|
|
1657
1657
|
};
|
|
1658
1658
|
|
package/dist/esm/View.js
CHANGED
|
@@ -1642,7 +1642,7 @@ var ArticleQueue = function ArticleQueue(props) {
|
|
|
1642
1642
|
if (props.setCustomDimensions) {
|
|
1643
1643
|
props.setCustomDimensions(activeArticle, '200', prevUrl);
|
|
1644
1644
|
}
|
|
1645
|
-
if (props.pageview) props.pageview(newPath, pageviewProperties);
|
|
1645
|
+
if (props.pageview) props.pageview(newPath, null, pageviewProperties);
|
|
1646
1646
|
refreshAD(path);
|
|
1647
1647
|
};
|
|
1648
1648
|
|