Skip to content

Commit

Permalink
delete message to success
Browse files Browse the repository at this point in the history
  • Loading branch information
agungsugiarto committed Apr 11, 2020
1 parent b987102 commit 9b633c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Views/Menu/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function menu() {
}).done((data, textStatus, jqXHR) => {
Toast.fire({
icon: 'success',
title: jqXHR.statusText,
title: textStatus,
});
$('.dd').nestable('destroy');
menu();
Expand Down

0 comments on commit 9b633c4

Please sign in to comment.