Remove pets, add Fix Storage button
This commit is contained in:
2
_site/assets/js/main.min.js
vendored
2
_site/assets/js/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -10,66 +10,6 @@
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0">
|
||||
|
||||
<!-- _includes/partials/favicon.html -->
|
||||
|
||||
<link rel="shortcut icon" href="https://zerospree.github.io/hero-wars-planner/favicon.ico" />
|
||||
|
||||
<link rel="icon" sizes="16x16 32x32 64x64" href="/favicon.ico">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="https://zerospree.github.io/hero-wars-planner/favicon-16.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://zerospree.github.io/hero-wars-planner/favicon-32.png">
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="https://zerospree.github.io/hero-wars-planner/favicon-64.png">
|
||||
<link rel="icon" type="image/png" sizes="96x96" href="https://zerospree.github.io/hero-wars-planner/favicon-96.png">
|
||||
<link rel="icon" type="image/png" sizes="160x160" href="https://zerospree.github.io/hero-wars-planner/favicon-160.png">
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="https://zerospree.github.io/hero-wars-planner/favicon-192.png">
|
||||
|
||||
<link rel="icon" type="image/png" sizes="192x192" href="https://zerospree.github.io/hero-wars-planner/favicon-192.png">
|
||||
<link rel="icon" type="image/png" sizes="384x384" href="https://zerospree.github.io/hero-wars-planner/android-chrome-384x384.png">
|
||||
<link rel="manifest" href="https://zerospree.github.io/hero-wars-planner/site.webmanifest">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="57x57" href="https://zerospree.github.io/hero-wars-planner/favicon-57.png">
|
||||
<link rel="apple-touch-icon" sizes="60x60" href="https://zerospree.github.io/hero-wars-planner/favicon-60.png">
|
||||
<link rel="apple-touch-icon" sizes="72x72" href="https://zerospree.github.io/hero-wars-planner/favicon-72.png">
|
||||
<link rel="apple-touch-icon" sizes="76x76" href="https://zerospree.github.io/hero-wars-planner/favicon-76.png">
|
||||
<link rel="apple-touch-icon" sizes="114x114" href="https://zerospree.github.io/hero-wars-planner/favicon-114.png">
|
||||
<link rel="apple-touch-icon" sizes="120x120" href="https://zerospree.github.io/hero-wars-planner/favicon-120.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="https://zerospree.github.io/hero-wars-planner/favicon-144.png">
|
||||
<link rel="apple-touch-icon" sizes="152x152" href="https://zerospree.github.io/hero-wars-planner/favicon-152.png">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://zerospree.github.io/hero-wars-planner/favicon-180.png">
|
||||
|
||||
<meta name="msapplication-TileImage" content="favicon-144.png">
|
||||
<meta name="msapplication-config" content="browserconfig.xml">
|
||||
<meta name="msapplication-TileColor" content="#ffffff">
|
||||
|
||||
<meta name="theme-color" content="#ffffff">
|
||||
|
||||
<!-- / _includes/partials/favicon.html -->
|
||||
|
||||
|
||||
|
||||
|
||||
<!-- _includes/partials/meta_tags.html -->
|
||||
|
||||
<title></title>
|
||||
<meta name="description" content="">
|
||||
|
||||
<meta property="og:site_name" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:url" content="https://zerospree.github.io/hero-wars-planner/">
|
||||
<meta property="og:image" content="https://zerospree.github.io/hero-wars-planner">
|
||||
|
||||
<meta name="twitter:card" content="summary_large_image">
|
||||
<meta name="twitter:title" content="">
|
||||
<meta name="twitter:description" content="">
|
||||
<meta name="twitter:image" content="https://zerospree.github.io/hero-wars-planner">
|
||||
|
||||
<link rel="canonical" href="https://zerospree.github.io/hero-wars-planner/">
|
||||
|
||||
<!-- / _includes/partials/meta_tags.html -->
|
||||
|
||||
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/hero-wars-planner/assets/sass/main.css">
|
||||
</head>
|
||||
@@ -92,6 +32,9 @@
|
||||
<br />
|
||||
<input type="submit" value="Submit" class="button" />
|
||||
<input type="reset" value="Reset" class="button" />
|
||||
<a href="#" class="button button--danger"
|
||||
onClick="(function(){var newStorage=JSON.parse(localStorage.getItem('HeroWarsHistory'));newStorage.shift();localStorage.setItem('HeroWarsHistory',JSON.stringify(newStorage));})();">
|
||||
Storage Fix</a>
|
||||
</form>
|
||||
</header>
|
||||
|
||||
@@ -121,7 +64,7 @@
|
||||
v-if="ally.location.type == 'Hero' && ally.user.name != 'Empty'" v-for="ally in orderedAllies">
|
||||
<input name="attack_first" type="checkbox" />
|
||||
<input name="attack_second" type="checkbox" />
|
||||
<img v-for="character in ally.team[0]" :src="'assets/img/Heroes/00'+ character.id + '.png'" />
|
||||
<img v-if="character.state.maxHp != -1" v-for="character in ally.team[0]" :src="'assets/img/Heroes/00'+ character.id + '.png'" />
|
||||
<div class="team__details">
|
||||
<span class="team__location">{{ ally.location.name }}</span>
|
||||
{{ ally.user.name }} - {{ ally.power | formatNumber }}
|
||||
@@ -134,7 +77,7 @@
|
||||
<label class="team team--hero enemy-team js-enemy-hero" :data-name="enemy.user.name" :data-power="enemy.power"
|
||||
v-if="enemy.location.type == 'Hero' && enemy.user.name != 'Empty'" v-for="enemy in orderedEnemies">
|
||||
<input type="checkbox" />
|
||||
<img v-for="character in enemy.team[0]" :src="'assets/img/Heroes/00'+ character.id + '.png'" />
|
||||
<img v-if="character.state.maxHp != -1" v-for="character in enemy.team[0]" :src="'assets/img/Heroes/00'+ character.id + '.png'" />
|
||||
<div class="team__details">
|
||||
<span class="team__location">{{ enemy.location.name }}</span>
|
||||
{{ enemy.user.name }} - {{ enemy.power | formatNumber }}
|
||||
|
||||
Reference in New Issue
Block a user