diff options
author | dan <[email protected]> | 2024-10-14 09:22:05 -0400 |
---|---|---|
committer | dan <[email protected]> | 2024-10-14 09:22:05 -0400 |
commit | 82b942066946266fff2cc35bdbc75f92e0369307 (patch) | |
tree | f58a3d8c8027f240b58c726891815342245ded77 /client.html | |
parent | 266c84d625b72dae5ea7157b016f73aa7b2c6f83 (diff) | |
download | simple-comments-widget-master.tar.gz simple-comments-widget-master.tar.bz2 simple-comments-widget-master.zip |
Diffstat (limited to 'client.html')
-rw-r--r-- | client.html | 1 |
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> |