소스 검색

Fixed version not being set correctly by default

tags/v1.0.0
Fen Dweller 6 년 전
부모
커밋
95e21f8980
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      game.js

+ 1
- 1
game.js 파일 보기

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


불러오는 중...
취소
저장