Skip to content

Commit 42c5bd9

Browse files
author
csavelief
committed
Fix Firefox popup on reload
1 parent 7e2e1e0 commit 42c5bd9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/views/cywise/_step-5.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function schedulePageReload() {
390390
schedulePageReload();
391391
} else {
392392
if (document.visibilityState === 'visible') {
393-
window.location.reload();
393+
window.location.href = window.location.href.split('#')[0];
394394
} else {
395395
schedulePageReload();
396396
}

0 commit comments

Comments
 (0)