From 205e00d4a7c84a725be665755f4af375fdd77158 Mon Sep 17 00:00:00 2001 From: Jerome Nadaud Date: Thu, 17 Oct 2013 15:43:52 +0200 Subject: [PATCH] // small fix --- admin-dev/themes/default/template/helpers/calendar/calendar.tpl | 1 + 1 file changed, 1 insertion(+) 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"); });