Made the 'requested' better and made the remove look nicer

This commit is contained in:
tidusjar 2016-03-02 14:04:42 +00:00
commit 8043cdd527
3 changed files with 18 additions and 30 deletions

View file

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