other typo

pull/1/head
yflory 2018-09-11 17:17:59 +02:00
parent b62aa9224e
commit 19da04664a
2 changed files with 2 additions and 2 deletions

View File

@ -174,7 +174,7 @@
overflow-x: hidden;
padding: 10px;
box-sizing: border-box;
order: -1;
order: -3;
.cp-toolbar-userlist-drawer-close {
position: absolute;
margin-top: -10px;

View File

@ -690,7 +690,7 @@ define([
common.getMetadataMgr().onTitleChange(function () {
var padChat = common.getPadChat();
var md = common.getMetadataMgr().getMetadata();
var name = md.title || md.defaultTitle();
var name = md.title || md.defaultTitle;
$userlist.find(dataQuery(padChat)).find('.cp-app-contacts-name').text(name);
$userlist.find(dataQuery(padChat)).attr('title', name);
$messages.find(dataQuery(padChat) + ' .cp-app-contacts-header .cp-app-contacts-name')