Pārlūkot izejas kodu

Fixed the save version not getting set

tags/v1.0.0
Fen Dweller pirms 6 gadiem
vecāks
revīzija
e89c8ad278
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      game.js

+ 1
- 1
game.js Parādīt failu

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


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


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


Notiek ielāde…
Atcelt
Saglabāt