diff --git a/files/assets/js/popover.js b/files/assets/js/popover.js index f506cacc9..07be6fc4e 100644 --- a/files/assets/js/popover.js +++ b/files/assets/js/popover.js @@ -33,4 +33,4 @@ window.onload = function() { usernames.forEach(eventasdf); document.addEventListener("click", function(e){dfgh(e)}); - }); \ No newline at end of file + }; \ No newline at end of file diff --git a/files/templates/admin/image_posts.html b/files/templates/admin/image_posts.html index 3f385e35e..a8aa14756 100644 --- a/files/templates/admin/image_posts.html +++ b/files/templates/admin/image_posts.html @@ -33,7 +33,7 @@ window.onload = function() { prevScrollpos = currentScrollPos; } -}); +}; {% endblock %} diff --git a/files/templates/admin/reported_posts.html b/files/templates/admin/reported_posts.html index 39eddec0f..a748c65bc 100644 --- a/files/templates/admin/reported_posts.html +++ b/files/templates/admin/reported_posts.html @@ -61,7 +61,7 @@ window.onload = function() { prevScrollpos = currentScrollPos; } -}); +}; {% endblock %} diff --git a/files/templates/ban_modal.html b/files/templates/ban_modal.html index 9227b8081..9b0739a22 100644 --- a/files/templates/ban_modal.html +++ b/files/templates/ban_modal.html @@ -24,7 +24,7 @@ window.onload = function() { } }; -}); +};