1
0
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:
ksamuel
2020-08-15 10:54:55 +02:00
parent d11081fc54
commit d953e28e23
2 changed files with 4 additions and 4 deletions

View File

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