返回提交历史
Modified
static/webui/script.js
+1
-1
XFEstudio/XFESpaceNinjaServer
fix(webui): properly deselect active focus school so unlocking is free (#2737)
Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/2737 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
3fedc701
代码差异
1 个文件
+1
-1
@@ -2339,7 +2339,7 @@ function unlockFocusSchool(upgradeType) {
2339
2339
$.post({
2340
2340
url: "/api/focus.php?" + window.authz + "&op=5",
2341
2341
contentType: "text/plain",
2342
data: "{}"
2342
data: JSON.stringify({ FocusType: null })
2343
2343
}).done(function () {
2344
2344
// Unlock the way now
2345
2345
$.post({