@ -221,7 +221,7 @@
.tooltip('hide')
.tooltip({
placement: 'bottom',
trigger: 'manual',
trigger: 'manual'
})
.tooltip('fixTitle')
.tooltip('show');
@ -259,6 +259,7 @@
}
insert.text(text);
insert.attr('title', item.value.shareWith);
if(item.value.shareType === OC.Share.SHARE_TYPE_GROUP) {
insert = insert.wrapInner('<strong></strong>');