From a73063f279ffcdff9c576963d1111da1683a741d Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Mon, 4 Sep 2023 13:30:56 -0400 Subject: [PATCH] Fix bug on master server dir --- app/frontend/templates/panel/panel_config.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/frontend/templates/panel/panel_config.html b/app/frontend/templates/panel/panel_config.html index 898eb96f..d8822eb3 100644 --- a/app/frontend/templates/panel/panel_config.html +++ b/app/frontend/templates/panel/panel_config.html @@ -345,9 +345,7 @@ }); let responseData = await res.json(); if (responseData.status === "ok") { - serverFileContent = text; - setSaveStatus(true) - + return } else { bootbox.alert({