fix - link label set explicitly was not respected

This commit is contained in:
azivner 2017-08-28 22:01:02 -04:00
parent 27dc43b688
commit b22d55c183

View File

@ -148,7 +148,7 @@ $("#addLinkButton").click(function() {
noteDetail.summernote('editor.restoreRange'); noteDetail.summernote('editor.restoreRange');
noteDetail.summernote('createLink', { noteDetail.summernote('createLink', {
text: globalNoteNames[noteId], text: linkTitle,
url: 'app#' + noteId, url: 'app#' + noteId,
isNewWindow: true isNewWindow: true
}); });