From 9360bed1873b89f6351823ee72a397e33e93a816 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 4 Jul 2019 11:15:04 +0200 Subject: [PATCH] Missing trailing slash --- www/common/toolbar3.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)