File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3434 < hr >
3535 {% if not handle %}
3636 < select class ="custom-select "
37- onchange ="this.options[this.selectedIndex].value && (window.location = '/{{ LANGUAGE_CODE }}/reports/list' + this.options[this.selectedIndex].value); ">
38- < option value =" "> {% trans "Latest reports" %}</ option >
37+ onchange ="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value); ">
38+ < option value ="? "> {% trans "Latest reports" %}</ option >
3939 < option value ="?filter=most_trackers " {% if filter == 'most_trackers ' %}selected{% endif %} >
4040 {% trans "Sorted by number of trackers" %}</ option >
4141 < option value ="?filter=no_trackers " {% if filter == 'no_trackers ' %}selected{% endif %} >
Original file line number Diff line number Diff line change 2424 < div class ="col-xl-4 col-lg-5 col-md-8 col-12 mb-2 ">
2525 {% trans "Sorted by" %}
2626 < select class ="custom-select "
27- onchange ="this.options[this.selectedIndex].value && (window.location = '/{{ LANGUAGE_CODE }}/trackers/' + this.options[this.selectedIndex].value); ">
28- < option value =" ">
27+ onchange ="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value); ">
28+ < option value ="? ">
2929 {% trans "Alphabetical order" %}
3030 </ option >
3131 < option value ="?filter=apps " {% if filter == 'apps ' %}selected{% endif %} >
You can’t perform that action at this time.
0 commit comments