瀏覽代碼

Fixed the save version not getting set

tags/v1.0.0
Fen Dweller 6 年之前
父節點
當前提交
e89c8ad278
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      game.js

+ 1
- 1
game.js 查看文件

@@ -4883,7 +4883,7 @@ window.addEventListener('load', function(event) {
construct_options();
construct_panels();

document.querySelector("#save-version").innerText = save_version;
document.querySelector("#save-version").value = save_version;

document.querySelectorAll("input[type='number']").forEach(function(x) {
x.addEventListener("input", function() { updatePreview(x.id); });


Loading…
取消
儲存