"Link type" selection in "insert link" panel

This commit is contained in:
Ingo Schommer 2013-10-20 22:54:02 +02:00
parent 97569d75d1
commit 9b23e8c6c3

View File

@ -558,7 +558,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
// Toggle field visibility depending on the link type.
this.find('div.content .field').hide();
this.find('.field[id$="LinkType_Holder"]').show();
this.find('.field[id$="LinkType"]').show();
this.find('.field[id$="' + linkType +'_Holder"]').show();
if(linkType == 'internal' || linkType == 'anchor') {