Browse Source

Fixed scat defaulting to a meaningless value of 2

tags/v0.2.9
Fen Dweller 7 years ago
parent
commit
d1104e0c66
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      feast.html

+ 3
- 3
feast.html View File

@@ -207,10 +207,10 @@
<span class="pref-type">Scat</span> <span class="pref-type">Scat</span>
<input type="radio" class="pref-radio" id="character-prefs-scat-off" name="prefs-scat" checked="true" value="false" /> <input type="radio" class="pref-radio" id="character-prefs-scat-off" name="prefs-scat" checked="true" value="false" />
<label class="pref-disable" for="character-prefs-scat-off">Disable</label> <label class="pref-disable" for="character-prefs-scat-off">Disable</label>
<input type="radio" class="pref-radio" id="character-prefs-scat-on" name="prefs-scat" value="true" />
<input type="radio" class="pref-radio" id="character-prefs-scat-on" name="prefs-scat" checked="true" value="true" />
<label class="pref-enable" for="character-prefs-scat-on">Enable</label> <label class="pref-enable" for="character-prefs-scat-on">Enable</label>
<input type="radio" class="pref-radio" id="character-parts-scat-wat" disabled="true" name="prefs-scat" checked="true" value="2" />
<label class="pref-prefer pref-hidden" for="character-parts-scat-wat" checked="true">Enable Vore</label>
<input type="radio" class="pref-radio" id="character-parts-scat-wat" disabled="true" name="prefs-scat" value="2" />
<label class="pref-prefer pref-hidden" for="character-parts-scat-wat">Enable Vore</label>
</li> </li>
</ul> </ul>
</li> </li>


Loading…
Cancel
Save