Minor bug fix to show link description field

When adding a link, the description field was present, but hidden. Adjusted javascript to show the description field
This commit is contained in:
Jon 2013-07-29 09:37:41 +12:00
parent 541436feb0
commit 4ae15aa360

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'