From 841900a18847f2c301c74b1eba0645476bd0bcbc Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 16 May 2023 14:48:54 -0400 Subject: fix: use hostname instead of href to detect if on gh pages --- config.js | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 2290a3a..db6ccab 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ var config = { // github pages config -if (window.location.href === 'https://danielrholland.github.io/simple-comments-widget/client.html'){ +if (window.location.hostname === 'danielrholland.github.io'){ config = { base_url : 'https://comments.dotemgo.com/comments', page_id : 'https://danielrholland.github.io/simple-comments-widget/client.html' diff --git a/index.html b/index.html index 88b7ead..bde1c4d 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@

Comments Demo Page

-

Demo page for github pages. Hosted at https://danielrholland.github.io/simple-comments-widget/.

+

Page demonstrating usage of comments widget.

All comments on the demo server will be wiped automatically roughly every hour. Don't post anything stupid.

-- cgit v1.2.3