~dricottone/blog

8764dd6baadd50e792ad108e8bed227c0bda654d — Dominic Ricottone 1 year, 4 months ago 8b827e4
Minor comment update
1 files changed, 1 insertions(+), 1 deletions(-)

M static/js/chat.js
M static/js/chat.js => static/js/chat.js +1 -1
@@ 174,7 174,7 @@ var socket;
connect();

document.addEventListener("DOMContentLoaded", () => {
  //key interface
  // key interface
  const pubkeyShown = document.getElementById('pubkey-shown');
  initializeKeyChain(pubkeyShown);