Remove some tippy titles

This commit is contained in:
yflory
2019-12-19 11:27:41 +01:00
parent f78a4c538c
commit de5feeda13
2 changed files with 5 additions and 5 deletions

View File

@@ -729,9 +729,7 @@ define([
actions,
status,
];
var div = h('div.cp-team-roster-member', {
title: data.displayName
}, content);
var div = h('div.cp-team-roster-member', content);
if (data.profile) {
$(div).dblclick(function (e) {
e.preventDefault();