Missing trailing slash

This commit is contained in:
yflory 2019-07-04 11:15:04 +02:00
parent f067cd7d42
commit 9360bed187

View file

@ -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)