mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
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:
parent
541436feb0
commit
4ae15aa360
@ -547,6 +547,7 @@ ss.editorWrappers['default'] = ss.editorWrappers.tinyMCE;
|
|||||||
this.find('.field#AnchorSelector').show();
|
this.find('.field#AnchorSelector').show();
|
||||||
this.find('.field#AnchorRefresh').show();
|
this.find('.field#AnchorRefresh').show();
|
||||||
}
|
}
|
||||||
|
this.find('.field#Description').show();
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @return Object Keys: 'href', 'target', 'title'
|
* @return Object Keys: 'href', 'target', 'title'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user