diff --git a/public/js/paperfilter.js b/public/js/paperfilter.js index a0f30685be5b5e8332693055abfda8781759c5c8..52aee9ce5c9ec385a16525f5f29af8cc6626b0b5 100644 --- a/public/js/paperfilter.js +++ b/public/js/paperfilter.js @@ -23,6 +23,8 @@ function filter(year){ }else if (year == "2023"){ state = state2023 } + + if (state == 0){ console.log("filter") // Start loading/adding the paper content to the page here .....