Skip to content

Commit

Permalink
revert to using reload()
Browse files Browse the repository at this point in the history
  • Loading branch information
linkdata committed Feb 16, 2024
1 parent 248efce commit 73a7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaws.js
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ function jawsLost() {
function jawsHandleReconnect(e) {
if (e.currentTarget.readyState == 4) {
if (e.currentTarget.status == 204) {
window.location.replace(window.location.href);
window.location.reload();
} else {
jawsLost();
}
Expand Down

0 comments on commit 73a7951

Please sign in to comment.