Skip to content

Commit

Permalink
Roverweb reload issue fix
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Özcelikörs <[email protected]>
  • Loading branch information
mozcelikors committed Jan 23, 2018
1 parent f63dbba commit 918790f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/nodejs/public/roverweb.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@

});

//Load the page once more after loading
window.onload = function() {
if(!window.location.hash) {
window.location = window.location + '#loaded';
window.location.reload();
}
}

</script>

<!-- Utilization screen script -->
Expand Down

0 comments on commit 918790f

Please sign in to comment.