We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59cfd7b commit f7b160bCopy full SHA for f7b160b
src/js/_namespace.js
@@ -59,7 +59,9 @@ window.Widgets = {};
59
return;
60
}
61
62
- console.groupCollapsed("onDocumentReady for " + selector);
+ const pagePath = window.location;
63
+
64
+ console.groupCollapsed("onDocumentReady for " + selector + " on " + pagePath);
65
66
ns.initComponentBySelector(selector, callbackFn);
67
ns.observeDOMForSelector(selector, callbackFn);
0 commit comments