diff --git a/files/assets/js/comments+submission_listing.js b/files/assets/js/comments+submission_listing.js index 903230aee..7ec87da44 100644 --- a/files/assets/js/comments+submission_listing.js +++ b/files/assets/js/comments+submission_listing.js @@ -5,7 +5,9 @@ function timestamp(str, ti) { function pinned_timestamp(id) { const el = document.getElementById(id) - const time = new Date(el.dataset.timestamp).toString() + console.log(el.dataset.time) + console.log(typeof(el.dataset.time)) + const time = new Date(el.dataset.timestamp) el.setAttribute("data-bs-original-title", `Pinned until ${time}`) } diff --git a/files/templates/comments.html b/files/templates/comments.html index cb0907200..12a190fa7 100644 --- a/files/templates/comments.html +++ b/files/templates/comments.html @@ -765,7 +765,7 @@ {% include "expanded_image_modal.html" %} - + - + \ No newline at end of file diff --git a/files/templates/userpage.html b/files/templates/userpage.html index 7ce49fcd3..20c987f0d 100644 --- a/files/templates/userpage.html +++ b/files/templates/userpage.html @@ -177,6 +177,7 @@ {% endif %}
+

 							
 							

@@ -460,6 +461,7 @@
 
 					
 						

+