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:
jkaplon 2015-09-20 14:39:35 -04:00
parent cf8a9cd6b2
commit 17a701ea5f

View File

@ -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>