Procházet zdrojové kódy

Fixed wrong button id

tags/v0.7.0
Fen Dweller před 7 roky
rodič
revize
23b15e5d62
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

@@ -2503,7 +2503,7 @@ window.addEventListener('load', function(event) {

registerActions();

document.getElementById("button-stroll").addEventListener("look",look);
document.getElementById("button-look").addEventListener("look",look);
document.getElementById("button-stroll").addEventListener("click",toggle_auto);
document.getElementById("button-location").addEventListener("click",change_location);
document.getElementById("button-numbers").addEventListener("click",toggle_numbers);


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