mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
44ccfa2ea4
commit
cbdf3eb725
@ -32,9 +32,9 @@
|
||||
|
||||
$('.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