diff options
author | dan <[email protected]> | 2023-05-16 11:29:51 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 11:29:51 -0400 |
commit | 570e541bf5eda2aea669ce5b2503159819f3b90e (patch) | |
tree | 372fd7bfade143eabf0b5b9faf2c9038294ee574 | |
parent | c3f8712140b84542eeec79b5a039bfdc3c327e68 (diff) | |
download | simple-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.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |