mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
File input accept arguments on iOS must be mime types, not file extensions. This fixes issue #80.
This commit is contained in:
parent
ee347e044c
commit
7be53fde93
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@
|
||||||
<div class="row m-b" id="rom-patcher-row-file-patch">
|
<div class="row m-b" id="rom-patcher-row-file-patch">
|
||||||
<div class="text-right"><label for="rom-patcher-input-file-patch" data-localize="yes">Patch file:</label></div>
|
<div class="text-right"><label for="rom-patcher-input-file-patch" data-localize="yes">Patch file:</label></div>
|
||||||
<div class="rom-patcher-container-input">
|
<div class="rom-patcher-container-input">
|
||||||
<input type="file" id="rom-patcher-input-file-patch" class="empty" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.vcdiff,.zip" disabled />
|
<input type="file" id="rom-patcher-input-file-patch" class="empty" accept=".ips,.ups,.bps,.aps,.rup,.ppf,.mod,.xdelta,.vcdiff,.zip,application/octet-stream" disabled />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row m-b" id="rom-patcher-row-patch-description">
|
<div class="row m-b" id="rom-patcher-row-patch-description">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue