Skip to content

Commit

Permalink
hopefully fix phones loading files
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Sep 8, 2023
1 parent 6bfd274 commit 52b6996
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 @@ -2971,7 +2971,7 @@
$STAGE$ for synergism stage"></p>
<p id="importgame" class="tightText" style="color: limegreen" i18n="settings.loadGameBelow"></p>
<label id="importFileButton" for="importfile" style="font-size: 0.9em; line-height: 1.4em;" i18n="settings.loadFromFile"></label>
<input type="file" id="importfile" accept=".txt" style="display: none">
<input type="file" id="importfile" style="display: none">
<button id="savegame" style="border: 2px solid plum" i18n="settings.saveManually"></button>
<button id="deleteGame" style="border: 2px solid red" i18n="settings.deleteSave"></button>
<p id="saveinfo" style="color: limegreen"></p>
Expand Down Expand Up @@ -4408,7 +4408,7 @@ <h1>Artists</h1>
<button id="refundBlueberries" style="border: 2px solid blue" i18n="ambrosia.refundWord"></button>
<button id="getBlueberries" style="border: 2px solid blue" i18n="ambrosia.exportTree.exportButton"></button>
<label id="importBlueberriesButton" for="importBlueberries" style="border: 2px solid blue" i18n="settings.loadFromFile"></label>
<input type="file" id="importBlueberries" accept=".txt" style="display: none">
<input type="file" id="importBlueberries" style="display: none">
</div>
</div>
<div class="blueberryBoxColor" id="bbLoadoutContainer">
Expand Down

0 comments on commit 52b6996

Please sign in to comment.