mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Update DateField.js
change selector to preserve backwards compatibility
This commit is contained in:
parent
053c47499e
commit
d678cfc1d1
@ -26,7 +26,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on("click", "input.text.date", function() {
|
||||
$(document).on("click", ".field.date input.text,input.text.date", function() {
|
||||
$(this).ssDatepicker();
|
||||
|
||||
if($(this).data('datepicker')) {
|
||||
|
Loading…
Reference in New Issue
Block a user