Missing trailing slash

pull/1/head
yflory 5 years ago
parent f067cd7d42
commit 9360bed187

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

Loading…
Cancel
Save