add listener to new posts for click listener on IDs

merge-requests/208/head
fatchan 5 years ago
parent d9892b4128
commit a7088c0092
  1. 1
      gulp/res/js/threadstat.js

@ -51,6 +51,7 @@ window.addEventListener('DOMContentLoaded', (event) => {
if (e.detail.json.userId) {
const userId = e.detail.post.querySelector('.user-id');
idElems.push(userId);
userId.addEventListener('dblclick', toggleHighlightPosts);
incrementMap(e.detail.json.userId);
updateCounts();
if (!statsElem.children[2]) {

Loading…
Cancel
Save