mirror of
https://github.com/marcrobledo/RomPatcher.js.git
synced 2025-06-27 16:25:54 +00:00
added format property to patch <input> tag
This commit is contained in:
parent
71af1985eb
commit
500064df8c
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ limitations under the License.
|
||||||
mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js
|
mod by marcrobledo, original from: https://github.com/GoogleChrome/samples/blob/gh-pages/service-worker/basic/service-worker.js
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const PRECACHE_ID='v20180511';
|
const PRECACHE_ID='v20180830';
|
||||||
const PRECACHE_FILES=[
|
const PRECACHE_FILES=[
|
||||||
'index.html','./',
|
'index.html','./',
|
||||||
'RomPatcher.css',
|
'RomPatcher.css',
|
||||||
|
|
|
@ -57,7 +57,7 @@
|
||||||
<div class="row" title="Compatible formats: IPS, UPS, APS and BPS">
|
<div class="row" title="Compatible formats: IPS, UPS, APS and BPS">
|
||||||
<div class="leftcol"><label for="input-file-patch">Patch file:</label></div>
|
<div class="leftcol"><label for="input-file-patch">Patch file:</label></div>
|
||||||
<div class="rightcol">
|
<div class="rightcol">
|
||||||
<input type="file" id="input-file-patch" />
|
<input type="file" id="input-file-patch" accept=".ips,.ups,.bps,.aps"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue