Remove pets, add Fix Storage button

This commit is contained in:
Codrin Pavel
2019-11-26 16:43:59 +02:00
parent b3df7fa7b9
commit ed01ccfc1c
7 changed files with 19 additions and 71 deletions

View File

@@ -5,10 +5,6 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1.0">
{% include favicon.html %}
{% include 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="{{ "assets/sass/main.css" | relative_url }}">
</head>

View File

@@ -11,6 +11,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>