Procházet zdrojové kódy

Fixed the save version not getting set

tags/v1.0.0
Fen Dweller před 6 roky
rodič
revize
e89c8ad278
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      game.js

+ 1
- 1
game.js Zobrazit soubor

@@ -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); });


Načítá se…
Zrušit
Uložit