diff --git a/js/panel_controller.js b/js/panel_controller.js index 42718e0055..dae72394d0 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -31,8 +31,8 @@ clearInterval(window.keepClear); delete window.keepClear; } - window.keepClear = setInterval(function() { - extension.windows.clearAttention(inboxWindowId) + window.keepClear = setInterval(function() { + extension.windows.clearAttention(inboxWindowId); }, 2000); };