mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-23 09:31:04 +00:00
clean -> clear
This commit is contained in:
parent
925d8ab316
commit
5f246a5543
2 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col s6">
|
||||
<a href="#!" class="center waves-effect waves-green btn-flat" id="clean_form_filters">{% trans %}Clean{% endtrans %}</a>
|
||||
<a href="#!" class="center waves-effect waves-green btn-flat" id="clear_form_filters">{% trans %}Clear{% endtrans %}</a>
|
||||
</div>
|
||||
|
||||
<div class="col s6">
|
||||
|
|
|
@ -3,7 +3,7 @@ function init_filters() {
|
|||
if ($("div").is("#filters")) {
|
||||
$('#button_filters').show();
|
||||
$('.button-collapse-right').sideNav({ edge: 'right' });
|
||||
$('#clean_form_filters').on('click', function(){
|
||||
$('#clear_form_filters').on('click', function(){
|
||||
$('#filters input').val('');
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue