Merge pull request #4479 from hex0id/patch-2

Fix datefield to work with other form markup
This commit is contained in:
Ingo Schommer 2015-08-28 08:56:31 +12:00
commit b7e4e9abb7

View File

@ -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')) {