Analyze shorten, remove button class
This commit is contained in:
parent
b3d7945f46
commit
301221c728
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@
|
|||
<div class="buttons">
|
||||
|
||||
<!-- <button id="save-area-file" class="button" onclick="">Load Save</button> -->
|
||||
<button id="save-area-read" class="button" onclick="HKReadTextArea();">Analyze Text</button>
|
||||
<input id="save-area-file" class="button" type="file" name="file" accept=".dat,.bak*" onchange="ShowFile(this)">
|
||||
<button id="save-area-read" class="button" onclick="HKReadTextArea();">Analyze</button>
|
||||
<input id="save-area-file" class="" type="file" name="file" accept=".dat,.bak*" onchange="ShowFile(this)">
|
||||
|
||||
<div class="checkboxes">
|
||||
<label for="checkbox-hints" class="checkbox-label" title="Check to see an optional clue for your first playthrough based on your save's progress.">
|
||||
|
|
|
|||
Loading…
Reference in a new issue