completed
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment