Roster page UI

This commit is contained in:
yflory
2019-09-23 11:16:03 +02:00
parent 9e7dfed98b
commit adac70567f
2 changed files with 44 additions and 1 deletions

View File

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