change ui for delete backend
This commit is contained in:
@@ -38,8 +38,7 @@ $(document).ready(function() {
|
||||
$.ajax({
|
||||
type: method,
|
||||
url: url ,
|
||||
success: function(data) {
|
||||
console.log(data.url);
|
||||
success: function(data) {
|
||||
location.href = data.url;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user