diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index 4ade9409b..0791d2ea1 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -952,7 +952,7 @@ MessengerUI, Messages) { var $notif = toolbar.$top.find('.'+NOTIFICATIONS_CLS).show(); var openNotifsApp = h('div.cp-notifications-gotoapp', h('p', Messages.openNotificationsApp || "Open notifications App")); $(openNotifsApp).click(function () { - Common.openURL("/notifications"); + Common.openURL("/notifications/"); }); var div = h('div.cp-notifications-container', [ h('div.cp-notifications-empty', Messages.notifications_empty)