mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
DateField.js event selector regression (fixes #1528)
See 19a8545076f477d15aa5ed7fe52af020f43d28ab
This commit is contained in:
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…
x
Reference in New Issue
Block a user