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