XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

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
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified static/webui/script.js +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({