Merge pull request #2278 from jonshutt/patch-1

Minor bug fix to show link description field
This commit is contained in:
Ingo Schommer 2013-08-03 09:35:50 -07:00
commit ab207d7d19

View File

@ -547,6 +547,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
this.find('.field#AnchorSelector').show();
this.find('.field#AnchorRefresh').show();
}
this.find('.field#Description').show();
},
/**
* @return Object Keys: 'href', 'target', 'title'