Skip to content

Commit 2a3746f

Browse files
committed
2 parents 1c22f18 + f7b160b commit 2a3746f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/js/_namespace.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ window.Widgets = {};
5959
return;
6060
}
6161

62-
console.group("onDocumentReady for " + selector);
62+
const pagePath = window.location;
63+
64+
console.groupCollapsed("onDocumentReady for " + selector + " on " + pagePath);
6365

6466
ns.initComponentBySelector(selector, callbackFn);
6567
ns.observeDOMForSelector(selector, callbackFn);

0 commit comments

Comments
 (0)