Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
brettforbes committed Jul 22, 2024
2 parents 1c22f18 + f7b160b commit 2a3746f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/js/_namespace.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ window.Widgets = {};
return;
}

console.group("onDocumentReady for " + selector);
const pagePath = window.location;

console.groupCollapsed("onDocumentReady for " + selector + " on " + pagePath);

ns.initComponentBySelector(selector, callbackFn);
ns.observeDOMForSelector(selector, callbackFn);
Expand Down

0 comments on commit 2a3746f

Please sign in to comment.