mirror of
https://github.com/Tygs/0bin.git
synced 2023-08-10 21:13:00 +03:00
Fix delete error message and missing button
This commit is contained in:
@@ -171,7 +171,7 @@ var app = new Vue({
|
||||
})
|
||||
}).then(function (response) {
|
||||
if (response.ok) {
|
||||
app.forceLoad("/");
|
||||
window.location = "/";
|
||||
} else {
|
||||
form.forEach(function (node) {
|
||||
node.disabled = false;
|
||||
|
||||
Reference in New Issue
Block a user