mirror of
https://github.com/marcrobledo/savegame-editors.git
synced 2025-04-24 16:35:10 +00:00
fixed a small typo in smash bros ultimate editor
This commit is contained in:
parent
7dadfc65ed
commit
1426613047
@ -30,7 +30,7 @@ caches.keys().then(function(cacheNames){
|
||||
});
|
||||
|
||||
var PRECACHE_ID='smash-bros-ultimate-editor';
|
||||
var PRECACHE_VERSION='v1';
|
||||
var PRECACHE_VERSION='v1b';
|
||||
var PRECACHE_URLS=[
|
||||
'/savegame-editors/smash-bros-ultimate/','/savegame-editors/smash-bros-ultimate/index.html',
|
||||
'/savegame-editors/smash-bros-ultimate/favicon.png',
|
||||
|
@ -108,7 +108,7 @@
|
||||
<div class="six columns center"><label for="number-items-health-drain">Health drain</label></div>
|
||||
<div class="four columns center"><input id="number-items-health-drain" type="text" /></div>
|
||||
|
||||
<div class="six columns center"><label for="number-items-disable-items">Dsiable items</label></div>
|
||||
<div class="six columns center"><label for="number-items-disable-items">Disable items</label></div>
|
||||
<div class="four columns center"><input id="number-items-disable-items" type="text" /></div>
|
||||
|
||||
<div class="six columns center"><label for="number-items-shield-spacer">Shield spacer</label></div>
|
||||
@ -116,7 +116,6 @@
|
||||
|
||||
<div class="six columns center"><label for="number-items-sluggish-shield">Sluggish shield</label></div>
|
||||
<div class="four columns center"><input id="number-items-sluggish-shield" type="text" /></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user