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