remove turbolink in backend and update logout
This commit is contained in:
@@ -38,8 +38,10 @@ $(document).ready(function() {
|
||||
type: method,
|
||||
url: url ,
|
||||
success: function(data) {
|
||||
// console.log(data.url);
|
||||
location.href = data.url;
|
||||
}
|
||||
});
|
||||
});
|
||||
} else {
|
||||
swal("Cancelled", "Your imaginary file is safe :)", "error");
|
||||
}
|
||||
|
||||
@@ -15,6 +15,5 @@
|
||||
//= require tether
|
||||
//= require bootstrap/js/popper.min
|
||||
//= require bootstrap/js/bootstrap-material-design.min
|
||||
//= require turbolinks
|
||||
//= require node-waves/waves.js
|
||||
//= require BSBMaterial/admin.js
|
||||
Reference in New Issue
Block a user