|
|
@ -1049,7 +1049,7 @@ MessengerUI, Messages) {
|
|
|
|
var $newPadBlock = UIElements.createDropdown(dropdownConfig);
|
|
|
|
var $newPadBlock = UIElements.createDropdown(dropdownConfig);
|
|
|
|
var $button = $newPadBlock.find('button');
|
|
|
|
var $button = $newPadBlock.find('button');
|
|
|
|
$button.attr('title', Messages.notificationsPage);
|
|
|
|
$button.attr('title', Messages.notificationsPage);
|
|
|
|
$button.addClass('fa fa-bell-o');
|
|
|
|
$button.addClass('fa fa-bell-o cp-notifications-bell');
|
|
|
|
var $n = $button.find('.cp-dropdown-button-title').hide();
|
|
|
|
var $n = $button.find('.cp-dropdown-button-title').hide();
|
|
|
|
var $empty = $(div).find('.cp-notifications-empty');
|
|
|
|
var $empty = $(div).find('.cp-notifications-empty');
|
|
|
|
|
|
|
|
|
|
|
|