Update js libraries

This commit is contained in:
2021-02-14 23:20:43 -03:00
parent c8f1881118
commit 3f49799d57
3 changed files with 1181 additions and 1128 deletions

View File

@@ -3,11 +3,13 @@
@section('content')
<script type="text/javascript">
setInterval(function() {
if (!document.hasFocus() ) {
setInterval(
function() {
if (!document.hasFocus() ) {
window.location.reload(true);
}
}, 2*60000); //NOTE: period is passed in milliseconds
}
},
2*60000); //NOTE: period is passed in milliseconds
</script>
<div class="container">