From: Mischa POSLAWSKY Date: Wed, 1 Aug 2018 21:03:57 +0000 (+0200) Subject: edit/page: restore link widgets to fix relative locations X-Git-Tag: v3.6~18 X-Git-Url: http://git.shiar.nl/minimedit.git/commitdiff_plain/6b8177999606256e617a94866725d333e30f071a edit/page: restore link widgets to fix relative locations Apparently hiding the link type causes internal references to be silently rejected. --- diff --git a/edit/page.js b/edit/page.js index e40b376..e2475a7 100644 --- a/edit/page.js +++ b/edit/page.js @@ -49,9 +49,8 @@ CKEDITOR.on('dialogDefinition', function (event) { infoTab.get('txtCellPad').default = ''; break; case 'link': - // remove unneeded widgets from the Link Info tab + //TODO: remove unneeded widgets from the Link Info tab var infotab = event.data.definition.getContents('info'); - infotab.remove('linkType'); break; } });