瀏覽代碼

Update style.js

tags/6.2.12
叙述、别离 7 月之前
父節點
當前提交
77324def95
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/static/web/js/style.js

+ 1
- 1
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);


Loading…
取消
儲存