aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-16 11:29:51 -0400
committerdan <[email protected]>2023-05-16 11:29:51 -0400
commit570e541bf5eda2aea669ce5b2503159819f3b90e (patch)
tree372fd7bfade143eabf0b5b9faf2c9038294ee574
parentc3f8712140b84542eeec79b5a039bfdc3c327e68 (diff)
downloadsimple-comments-widget-570e541bf5eda2aea669ce5b2503159819f3b90e.tar.gz
simple-comments-widget-570e541bf5eda2aea669ce5b2503159819f3b90e.tar.bz2
simple-comments-widget-570e541bf5eda2aea669ce5b2503159819f3b90e.zip
debug: add console.log(window.location.href) after config init
-rw-r--r--config.js1
1 files changed, 1 insertions, 0 deletions
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)