diff --git a/Gruntfile.js b/Gruntfile.js index 5d8e815573..c22f633b57 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -247,6 +247,13 @@ module.exports = function (grunt) { ] } }, + notifications: { + files: { + "notifications/js/notificationajaxpopup.min.js":[ + "notifications/js/notificationajaxpopup.js" + ] + } + }, pixelegg: { files: { "pixelegg/js/fw_pixelegg.min.js": [ diff --git a/notifications/inc/hook_after_navbar.inc.php b/notifications/inc/hook_after_navbar.inc.php index 1da2c5d53a..2c2aa61506 100644 --- a/notifications/inc/hook_after_navbar.inc.php +++ b/notifications/inc/hook_after_navbar.inc.php @@ -25,8 +25,9 @@ if ($GLOBALS['egw_info']['user']['apps']['notifications']) 'etag' => Api\Translation::etag('notifications', Api\Translation::$userlang) ); $popup_poll_interval = empty($notification_config['popup_poll_interval']) ? 60 : $notification_config['popup_poll_interval']; - echo ''; echo '