diff --git a/files/assets/js/comments+submission_listing.js b/files/assets/js/comments+submission_listing.js index 537af66f6..cd14c95dd 100644 --- a/files/assets/js/comments+submission_listing.js +++ b/files/assets/js/comments+submission_listing.js @@ -45,6 +45,7 @@ document.addEventListener('shown.bs.popover', (e) => { popover.getElementsByClassName('pop-coins')[0].innerHTML = author["coins"] popover.getElementsByClassName('pop-view_more')[0].href = author["url"] popover.getElementsByClassName('pop-created-date')[0].innerHTML = author["created_date"] + popover.getElementsByClassName('pop-id')[0].innerHTML = author["id"] }) function post(url) { diff --git a/files/templates/popover.html b/files/templates/popover.html index 24d592980..675f45ab6 100644 --- a/files/templates/popover.html +++ b/files/templates/popover.html @@ -7,8 +7,9 @@
-
+
Joined +
User ID: