Missing trailing slash
This commit is contained in:
parent
f067cd7d42
commit
9360bed187
@ -952,7 +952,7 @@ MessengerUI, Messages) {
|
|||||||
var $notif = toolbar.$top.find('.'+NOTIFICATIONS_CLS).show();
|
var $notif = toolbar.$top.find('.'+NOTIFICATIONS_CLS).show();
|
||||||
var openNotifsApp = h('div.cp-notifications-gotoapp', h('p', Messages.openNotificationsApp || "Open notifications App"));
|
var openNotifsApp = h('div.cp-notifications-gotoapp', h('p', Messages.openNotificationsApp || "Open notifications App"));
|
||||||
$(openNotifsApp).click(function () {
|
$(openNotifsApp).click(function () {
|
||||||
Common.openURL("/notifications");
|
Common.openURL("/notifications/");
|
||||||
});
|
});
|
||||||
var div = h('div.cp-notifications-container', [
|
var div = h('div.cp-notifications-container', [
|
||||||
h('div.cp-notifications-empty', Messages.notifications_empty)
|
h('div.cp-notifications-empty', Messages.notifications_empty)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user