aboutsummaryrefslogtreecommitdiffstats
path: root/client.html
diff options
context:
space:
mode:
authordan <[email protected]>2024-10-14 09:22:05 -0400
committerdan <[email protected]>2024-10-14 09:22:05 -0400
commit82b942066946266fff2cc35bdbc75f92e0369307 (patch)
treef58a3d8c8027f240b58c726891815342245ded77 /client.html
parent266c84d625b72dae5ea7157b016f73aa7b2c6f83 (diff)
downloadsimple-comments-widget-master.tar.gz
simple-comments-widget-master.tar.bz2
simple-comments-widget-master.zip
fix: don't set innerHTML to a value derived from user inputHEADmaster
Diffstat (limited to 'client.html')
-rw-r--r--client.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/client.html b/client.html
index 5721d05..4067847 100644
--- a/client.html
+++ b/client.html
@@ -23,7 +23,6 @@
<input id="bot" type="text" value=""/>
<input id="submit" type="submit" value="Post"/>
</form>
-
<div id="commentsthread"></div>
<script type="text/javascript" src="config.js"></script>
<script type="text/javascript" src="client.js"></script>