diff options
author | dan <[email protected]> | 2023-05-16 10:11:55 -0400 |
---|---|---|
committer | dan <[email protected]> | 2023-05-16 10:11:55 -0400 |
commit | b416c82ecc9ac8a94d059338c488507229d0996c (patch) | |
tree | 618bdc9d8b84b5ae3cf933d55db780f526aa351e /client.html | |
parent | aecc6ee8009fa70d012510a9babd50e5f364dece (diff) | |
download | simple-comments-widget-b416c82ecc9ac8a94d059338c488507229d0996c.tar.gz simple-comments-widget-b416c82ecc9ac8a94d059338c488507229d0996c.tar.bz2 simple-comments-widget-b416c82ecc9ac8a94d059338c488507229d0996c.zip |
fix: config moved to config.js
Diffstat (limited to 'client.html')
-rw-r--r-- | client.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client.html b/client.html index ada7604..68c6c90 100644 --- a/client.html +++ b/client.html @@ -27,6 +27,7 @@ </form> <div id="commentsthread"></div> + <script type="text/javascript" src="config.js"></script> <script type="text/javascript" src="client.js"></script> </body> </html> |