diff --git a/admin-dev/themes/default/template/helpers/calendar/calendar.tpl b/admin-dev/themes/default/template/helpers/calendar/calendar.tpl index 9ad89941c..cffda609d 100644 --- a/admin-dev/themes/default/template/helpers/calendar/calendar.tpl +++ b/admin-dev/themes/default/template/helpers/calendar/calendar.tpl @@ -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"); });