diff --git a/zephyr/static/js/notifications.js b/zephyr/static/js/notifications.js index 8dff3aedb9..c7e9dc4afe 100644 --- a/zephyr/static/js/notifications.js +++ b/zephyr/static/js/notifications.js @@ -151,6 +151,7 @@ function process_desktop_notification(message) { notification_object.onclick = function () { notification_object.cancel(); delete notice_memory[key]; + window.focus(); }; notification_object.onclose = function () { delete notice_memory[key];