Add refresh button to index.hbs, closes #14.
This commit is contained in:
parent
eb679b8898
commit
df881fa389
@ -12,6 +12,13 @@
|
|||||||
<h4 class="text-center">Prior update was: {{values.1.status}} at {{values.1.pubDate}}, {{values.1.pubTime}}</h4>
|
<h4 class="text-center">Prior update was: {{values.1.status}} at {{values.1.pubDate}}, {{values.1.pubTime}}</h4>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<hr></hr>
|
||||||
|
<div>
|
||||||
|
<a href="javascript:history.go(0)" class="btn btn-primary col-xs-4 col-xs-offset-4">Check Again</a>
|
||||||
|
</div>
|
||||||
|
</br>
|
||||||
|
<hr></hr>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
setTimeout(
|
setTimeout(
|
||||||
function() {
|
function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user