Skip to content
Snippets Groups Projects
Commit 3da47f45 authored by Brian Canini's avatar Brian Canini
Browse files

asc_bootstrap - fixing end date bug

parent dc4b5cfb
No related branches found
No related tags found
No related merge requests found
......@@ -118,5 +118,13 @@ jQuery(document).ready(function(){
jQuery( ".is-active" ).parent().parent().addClass( "active-link-li" );
}
if(jQuery("#views-exposed-form-events-page-1").length) {
if(jQuery("#views-exposed-form-events-page-1 #edit-field-evt-date-range-end-value-1").val() == "now") {
jQuery("#views-exposed-form-events-page-1 #edit-field-evt-date-range-end-value-1").val("");
}
}
});
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment