Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Nov 23, 2024
1 parent 1da0fa0 commit 7bcb588
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/skins/classic/views/js/montage.js
Original file line number Diff line number Diff line change
Expand Up @@ -769,8 +769,9 @@ function initPage() {
setInterval(function() {
idle += 10;
if (idle > ZM_WEB_VIEWING_TIMEOUT) {
for (let i=0, length = monitors.length; i < length; i++)
for (let i=0, length = monitors.length; i < length; i++) {
monitors[i].pause();
}
let ayswModal = $j('#AYSWModal');
if (!ayswModal.length) {
$j.getJSON('?request=modal&modal=areyoustillwatching')
Expand Down

0 comments on commit 7bcb588

Please sign in to comment.