setup module

This commit is contained in:
2024-04-10 18:06:18 +05:45
parent e0fe321cb7
commit 1dbc6cabf8
11 changed files with 215 additions and 158 deletions

View File

@ -24,7 +24,9 @@ $('body').on('click', '.remove-item-btn', function (e) {
id: id
},
success: function (response) {
location.reload();
if(response.status == true){
location.reload();
}
},
error: function (xhr, status, error) {
console.error(xhr.responseText);