mirror of
https://github.com/brunofontes/shareit.git
synced 2025-02-22 07:04:45 +00:00
Including home.blade -> hasFocus test
This commit is contained in:
parent
2f16d4dc60
commit
74eb254297
@ -4,7 +4,9 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
setInterval(function() {
|
||||
if (!document.hasFocus() ) {
|
||||
window.location.reload(true);
|
||||
}
|
||||
}, 2*60000); //NOTE: period is passed in milliseconds
|
||||
</script>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user