mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Fix bug on master server dir
This commit is contained in:
parent
e79f33fcc4
commit
a73063f279
@ -345,9 +345,7 @@
|
|||||||
});
|
});
|
||||||
let responseData = await res.json();
|
let responseData = await res.json();
|
||||||
if (responseData.status === "ok") {
|
if (responseData.status === "ok") {
|
||||||
serverFileContent = text;
|
return
|
||||||
setSaveStatus(true)
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
bootbox.alert({
|
bootbox.alert({
|
||||||
|
Loading…
Reference in New Issue
Block a user