Project

General

Profile

Bug #82942 ยป RteLinkBrowser.js.patch

Manfred Mirsch, 2017-11-07 15:13

View differences:

/typo3_src/typo3/sysext/rte_ckeditor/Resources/Public/JavaScript/RteLinkBrowser.js (revision )
linkElement.setAttribute(attrName, attrValue);
});
// replace links from PageIdInputField
if (parseInt(link) == link) {
link = 't3://page?uid=' + link;
}
linkElement.setAttribute('href', link + params);
var selection = RteLinkBrowser.CKEditor.getSelection();
if (selection && selection.getSelectedText() === '') {
    (1-1/1)