Procházet zdrojové kódy

Make name checkboxes default to being checked

tags/v0.1.0
Fen Dweller před 5 roky
rodič
revize
84bdc0a3f9
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. +2
    -2
      macrovision.html

+ 2
- 2
macrovision.html Zobrazit soubor

@@ -105,11 +105,11 @@
</label>
</div>
<div class="options-row">
<input type="checkbox" id="options-world-show-names">
<input type="checkbox" id="options-world-show-names" checked=true>
<label for="options-world-show-names">Names over entities</label>
</div>
<div class="options-row">
<input type="checkbox" id="options-world-show-bottom-names">
<input type="checkbox" id="options-world-show-bottom-names" checked=true>
<label for="options-world-show-bottom-names">Names at bottom</label>
</div>



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