diff --git a/src/static/web/js/style.js b/src/static/web/js/style.js index a68579ad..c51710c5 100644 --- a/src/static/web/js/style.js +++ b/src/static/web/js/style.js @@ -134,7 +134,7 @@ function ErrAddSaveDo(modalID) { }; $("#btnsubmit").attr("disabled", "disabled"); if (typeof PHPURL === "undefined") { - const PHPURL = "/plus"; + const PHPURL = "/apps"; } $.post(PHPURL + "/erraddsave.php", parms, function (data) { let result = JSON.parse(data);