mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Merge pull request #4479 from hex0id/patch-2
Fix datefield to work with other form markup
This commit is contained in:
commit
b7e4e9abb7
@ -26,7 +26,7 @@
|
||||
}
|
||||
});
|
||||
|
||||
$(document).on("click", ".field.date input.text,.fieldholder-small input.text.date", function() {
|
||||
$(document).on("click", ".field.date input.text,input.text.date", function() {
|
||||
$(this).ssDatepicker();
|
||||
|
||||
if($(this).data('datepicker')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user