Update make some changes to the JS files of the app
to match the server output. Signed-off-by: Josef Fröhle <github@josef-froehle.de>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<strong>Load War</strong>
|
||||
</button>
|
||||
|
||||
<form id="dataform" class="form">
|
||||
<!--<form id="dataform" class="form">
|
||||
<h3>Add War</h3>
|
||||
<textarea id="data">{{ site.testdata }}</textarea>
|
||||
<input type="submit" value="Submit" class="button" />
|
||||
@@ -16,9 +16,10 @@
|
||||
</label>
|
||||
|
|
||||
<a href="#" class="button button--danger"
|
||||
onClick="(function(){var newStorage=JSON.parse(localStorage.getItem('HeroWarsHistory'));newStorage.shift();localStorage.setItem('HeroWarsHistory',JSON.stringify(newStorage));})();">
|
||||
onClick="/*(function(){var newStorage=JSON.parse(localStorage.getItem('HeroWarsHistory'));newStorage.shift();localStorage.setItem('HeroWarsHistory',JSON.stringify(newStorage));})();*/">
|
||||
Remove Newest Entry</a>
|
||||
</form>
|
||||
-->
|
||||
</header>
|
||||
|
||||
<!-- / _includes/partials/header.html -->
|
||||
|
||||
Reference in New Issue
Block a user