Add tab notification in contacts

pull/1/head
yflory 2017-07-18 10:42:23 +02:00
parent 6aab1c94b2
commit f719b34e09
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ define([
return $(el).data('key') === curvePublic;
});
$friend.addClass('notify');
common.notify();
};
var unnotify = function (curvePublic) {
var $friend = $listContainer.find('.friend').filter(function (idx, el) {