3bb0a896 by vanisha

completed

1 parent b67da166
...@@ -129,6 +129,7 @@ $('#filter_logs').click(function() { ...@@ -129,6 +129,7 @@ $('#filter_logs').click(function() {
129 }); 129 });
130 130
131 $('#reset_filter_logs').click(function() { 131 $('#reset_filter_logs').click(function() {
132 $("#date_filter").val('');
132 if(('#date_filter_div').length != 0 ) { 133 if(('#date_filter_div').length != 0 ) {
133 $('#date_filter_div').empty(); 134 $('#date_filter_div').empty();
134 } 135 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!