Explorar el Código

Fixed version not being set correctly by default

tags/v1.0.0
Fen Dweller hace 6 años
padre
commit
95e21f8980
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      game.js

+ 1
- 1
game.js Ver fichero

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

document.querySelector("#save-version").value = save_version;
document.querySelector("#save-version").setAttribute("placeholder", save_version);

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


Cargando…
Cancelar
Guardar