Fix Check Again button in Firefox (but found by Don); apparently window.history.go(0) doesn't behave the same in chrome and FF.
This commit is contained in:
parent
cf8a9cd6b2
commit
17a701ea5f
@ -14,7 +14,7 @@
|
||||
|
||||
<hr></hr>
|
||||
<div>
|
||||
<a href="javascript:history.go(0)" class="btn btn-primary col-xs-4 col-xs-offset-4">Check Again</a>
|
||||
<a href="javascript:location.reload()" class="btn btn-primary col-xs-4 col-xs-offset-4">Check Again</a>
|
||||
</div>
|
||||
</br>
|
||||
<hr></hr>
|
||||
|
Loading…
Reference in New Issue
Block a user