aboutsummaryrefslogtreecommitdiffstats
path: root/client.html
diff options
context:
space:
mode:
authordan <[email protected]>2023-05-16 10:11:55 -0400
committerdan <[email protected]>2023-05-16 10:11:55 -0400
commitb416c82ecc9ac8a94d059338c488507229d0996c (patch)
tree618bdc9d8b84b5ae3cf933d55db780f526aa351e /client.html
parentaecc6ee8009fa70d012510a9babd50e5f364dece (diff)
downloadsimple-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.html1
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>