mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
parent
44ccfa2ea4
commit
cbdf3eb725
@ -32,9 +32,9 @@
|
|||||||
|
|
||||||
$('.memberdatetimeoptionset .toggle').entwine({
|
$('.memberdatetimeoptionset .toggle').entwine({
|
||||||
onclick: function onclick(e) {
|
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;
|
return false;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user