mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge pull request #5946 from robbieaverill/bugfix/5936-show-formatting-help
FIX Show formatting help toggle link
This commit is contained in:
commit
6d0d46b06b
@ -32,7 +32,7 @@
|
||||
|
||||
$('.memberdatetimeoptionset .toggle').entwine({
|
||||
onclick: function onclick(e) {
|
||||
jQuery(this).closest('.description').parent().find('.toggle-content').toggle();
|
||||
jQuery(this).closest('.form__field-description').parent().find('.toggle-content').toggle();
|
||||
return false;
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user