feedbacks: update messaging about negative feedbacks.
Update wording about negative feedbacks on the new feedback page, and on the Dmail you receive when you receive a negative feedback.
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
$(() => {
|
||||
$("#c-user-feedbacks #negative-policy").hide();
|
||||
$("#c-user-feedbacks #user_feedback_category").on("change.danbooru", (e) => {
|
||||
if (e.target.value === "negative") {
|
||||
$("#c-user-feedbacks #negative-policy").show();
|
||||
} else {
|
||||
$("#c-user-feedbacks #negative-policy").hide();
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user