From 570e541bf5eda2aea669ce5b2503159819f3b90e Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 May 2023 11:29:51 -0400 Subject: debug: add console.log(window.location.href) after config init --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 2290a3a..6cafd54 100644 --- a/config.js +++ b/config.js @@ -12,3 +12,4 @@ if (window.location.href === 'https://danielrholland.github.io/simple-comments-w page_id : 'https://danielrholland.github.io/simple-comments-widget/client.html' }; } +console.log(window.location.href) -- cgit v1.2.3