Skip to content

Commit 651afe9

Browse files
committed
Fix broken Event start filter. Fixes #1252
1 parent aa02d1a commit 651afe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/search/common/_facet_sidebar_date_filter.html.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
</li>
1111

1212
<li class="nav-item active" style="display: none; font-size: 15px; text-align: center;">
13-
<input type="date" name="<%= facet_field %>_lb" value="<%= lb %>" style="width: 47%;" onchange="Index.applyDate('<%= facet_field %>', this.value + '/' + '<%= ub %>');">
13+
<input type="date" name="<%= facet_field %>_lb" value="<%= lb %>" style="width: 47%;" onchange="Index.applyDateParam('<%= facet_field %>', this.value + '/' + '<%= ub %>');">
1414
-
15-
<input type="date" name="<%= facet_field %>_ub" value="<%= ub %>" style="width: 47%;" onchange="Index.applyDate('<%= facet_field %>', '<%= lb %>' + '/' + this.value);">
15+
<input type="date" name="<%= facet_field %>_ub" value="<%= ub %>" style="width: 47%;" onchange="Index.applyDateParam('<%= facet_field %>', '<%= lb %>' + '/' + this.value);">
1616
</li>
1717
</ul>
1818
</li>

0 commit comments

Comments
 (0)