mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
parent
933fbf8ea4
commit
9a17e3494f
@ -26,7 +26,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
$(document).on("click", "field.date input.text,.fieldholder-small input.text.date", function() {
|
$(document).on("click", ".field.date input.text,.fieldholder-small input.text.date", function() {
|
||||||
$(this).ssDatepicker();
|
$(this).ssDatepicker();
|
||||||
|
|
||||||
if($(this).data('datepicker')) {
|
if($(this).data('datepicker')) {
|
||||||
|
Loading…
Reference in New Issue
Block a user