Add the uid on hover for sharing autocomplete

remotes/origin/activity-api-v2
Joas Schilling 10 years ago
parent 0d715c1184
commit edbc1060ce
  1. 3
      core/js/sharedialogview.js

@ -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>');
}

Loading…
Cancel
Save