// small fix

This commit is contained in:
Jerome Nadaud
2013-10-17 15:43:52 +02:00
parent 7ae123227e
commit 205e00d4a7
@@ -236,6 +236,7 @@
$("#date-end-compare").focus(function() {
datepickerStart.setCompare(true);
datepickerEnd.setCompare(true);
$('#compare-options').val(3);
$(".date-input").removeClass("input-selected");
$(this).addClass("input-selected");
});