Skip to content

Commit

Permalink
Small pre-load polish (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
henk717 authored Nov 25, 2023
1 parent 2dc55e1 commit 0dd5129
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11409,7 +11409,7 @@
<div class="">
<div id="inputrow" class="">
<div id="inputrowmode" style="padding-right: 4px;">
<button type="button" class="btn btn-primary btn-secondary" style="line-height: 1.4;" id="btnmode_adventure" onclick="btn_adventure_mode()">
<button type="button" class="btn btn-primary btn-secondary hidden" style="line-height: 1.4;" id="btnmode_adventure" onclick="btn_adventure_mode()">
<img id="adventure_mode_img" class="input_story">
<br><b id="adventure_mode_txt" style="font-size: 10px;">Story</b>
</button>
Expand All @@ -11424,7 +11424,7 @@
</div>
<div id="inputrowright" style="padding-right: 2px;">
<button type="button" class="btn btn-secondary wait" id="btnsend" disabled
onclick="submit_generation()">Not<br>Conn.</button>
onclick="submit_generation()">Loading</button>
<a href="#" id="abortgen" class="hidden bg_black" style="text-align: center;color: #ffaaaa;" onclick="abort_generation()"><b style="display: block;">[ABORT]</b></a>
</div>
</div>
Expand Down

0 comments on commit 0dd5129

Please sign in to comment.