From 7455c2218490e9aac011f490d995a49747e11854 Mon Sep 17 00:00:00 2001 From: ENGO150 Date: Sat, 25 May 2024 17:34:00 +0200 Subject: [PATCH] fixed moderation_popup visibility problems --- res/forum/home/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/forum/home/home.html b/res/forum/home/home.html index 220d4c7..a50ba4d 100644 --- a/res/forum/home/home.html +++ b/res/forum/home/home.html @@ -112,7 +112,7 @@ $("#image_popup").children("#image_popup_img").attr("alt", $(this).parent(".post").children(".post_info").children("div").children(".post_name").html()); }); - $(document).on("click", ".post_options", function(event) + $("#posts").on("click", ".post_options", function(event) { let post_author = $(this).parent(".post").children(".post_info").children("div").children(".post_author").html(); let post_title = post_author + " - " + $(this).parent(".post").children(".post_info").children("div").children(".post_name").html();