mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Made the 'requested' better and made the remove look nicer
This commit is contained in:
parent
754ace42b0
commit
8043cdd527
3 changed files with 18 additions and 30 deletions
|
@ -28,7 +28,7 @@ $(document).on("click", ".delete", function (e) {
|
|||
if (response.result === true) {
|
||||
generateNotify("Success!", "success");
|
||||
|
||||
$("#" + buttonId + "Template").html("");
|
||||
$("#" + buttonId + "Template").slideUp();
|
||||
} else {
|
||||
generateNotify(response.message, "warning");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue