Added extra text for filter toggle buttons, added some comments

This commit is contained in:
Robbert de Kuiper
2017-03-31 10:40:22 +02:00
parent 0fc0d4964d
commit 4169abe1bd
4 changed files with 60 additions and 16 deletions

View File

@ -78,7 +78,6 @@
}
function toggleFilters() {
console.log(container);
container.classList.toggle('is-expanded-filters');
}