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