fixed moderation_popup visibility problems
This commit is contained in:
parent
ac88a5ff47
commit
7455c22184
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user