"git@transfer.hft-stuttgart.de:coors/visualization.git" did not exist on "1348b3b6e0c4e7d2ea0d441abd8c4aacb797bdef"
Commit 5a90bac7 authored by Traboulsi's avatar Traboulsi
Browse files

Update public/js/paperfilter.js

parent 4cca9f80
...@@ -23,6 +23,8 @@ function filter(year){ ...@@ -23,6 +23,8 @@ function filter(year){
}else if (year == "2023"){ }else if (year == "2023"){
state = state2023 state = state2023
} }
if (state == 0){ if (state == 0){
console.log("filter") console.log("filter")
// Start loading/adding the paper content to the page here ..... // Start loading/adding the paper content to the page here .....
......
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