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:
evazion
2022-11-20 15:27:33 -06:00
parent cc13c5cd57
commit bbe32f5e5d
4 changed files with 29 additions and 23 deletions

View File

@@ -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();
}
});
});