Commit 5b374bb7 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/paperfilter.js

parent 5c3bf654
Pipeline #8785 passed with stage
in 11 seconds
...@@ -12,6 +12,7 @@ function filter(year){ ...@@ -12,6 +12,7 @@ function filter(year){
if (activeyear === year) { if (activeyear === year) {
// Clicking on the same button again, do nothing // Clicking on the same button again, do nothing
return; return;
} }
...@@ -207,7 +208,7 @@ function filter(year){ ...@@ -207,7 +208,7 @@ function filter(year){
document.getElementById("filter2020").style.backgroundColor = "lightgrey" document.getElementById("filter2020").style.backgroundColor = "lightgrey"
document.getElementById("filter2022").style.backgroundColor = "lightgrey" document.getElementById("filter2022").style.backgroundColor = "lightgrey"
document.getElementById("filter2023").style.backgroundColor = "lightgrey" document.getElementById("filter2023").style.backgroundColor = "lightgrey"
document.getElementById("filterall").style.backgroundColor = "lightgrey" document.getElementById("filterall").style.backgroundColor = "grey"
document.getElementById("filter2019").innerHTML = "2019" document.getElementById("filter2019").innerHTML = "2019"
document.getElementById("filter2021").innerHTML = "2021" document.getElementById("filter2021").innerHTML = "2021"
document.getElementById("filter2020").innerHTML = "2020" document.getElementById("filter2020").innerHTML = "2020"
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment