We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d7ccb5 commit 65a6c3aCopy full SHA for 65a6c3a
src/default.js
@@ -949,17 +949,17 @@
949
950
/** if (or spa hash) **/
951
if (autoCollect) pageview();
952
- else {
953
- /** if metadata **/
954
- window.sa_pageview = function (path, metadata) {
955
- pageview(0, path, metadata);
956
- };
957
- /** else **/
958
- window.sa_pageview = function (path) {
959
- pageview(0, path);
960
961
- /** endif **/
962
- }
+
+ /** if metadata **/
+ window.sa_pageview = function (path, metadata) {
+ pageview(0, path, metadata);
+ };
+ /** else **/
+ window.sa_pageview = function (path) {
+ pageview(0, path);
+ /** endif **/
963
/** else **/
964
pageview();
965
/** endif **/
0 commit comments