Update DateField.js

change selector to preserve backwards compatibility
This commit is contained in:
hex0id 2015-08-27 16:50:25 -04:00
parent 053c47499e
commit d678cfc1d1

View File

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