diff options
author | dan <[email protected]> | 2023-05-16 11:45:45 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 11:45:45 -0400 |
commit | 0ad1eb1af12035d2aee5daf816fa59d0eca6fd48 (patch) | |
tree | 1953d789a4b31671ce83b9c0f27d90eb567e8f33 | |
parent | 570e541bf5eda2aea669ce5b2503159819f3b90e (diff) | |
download | simple-comments-widget-0ad1eb1af12035d2aee5daf816fa59d0eca6fd48.tar.gz simple-comments-widget-0ad1eb1af12035d2aee5daf816fa59d0eca6fd48.tar.bz2 simple-comments-widget-0ad1eb1af12035d2aee5daf816fa59d0eca6fd48.zip |
Revert "debug: add console.log(window.location.href) after config init"
This reverts commit 570e541bf5eda2aea669ce5b2503159819f3b90e.
-rw-r--r-- | config.js | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -12,4 +12,3 @@ 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) |