fixed little bug in drop down menu
This commit is contained in:
@@ -84,6 +84,7 @@ function fill_filters(filters_div) {
|
||||
<p>${key}</p>
|
||||
</div>
|
||||
<div class="filter_menu_drop" tabindex=0>
|
||||
<p>PAS DE FILTRE</p>
|
||||
`;
|
||||
for (value of filters[key]) {
|
||||
content += `
|
||||
|
||||
Reference in New Issue
Block a user