change ui for delete backend

This commit is contained in:
Yan
2017-11-07 20:00:51 +06:30
parent 9f09079b94
commit 6dd0faee10
27 changed files with 143 additions and 95 deletions

View File

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