Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
zedflow
fgdi
Commits
300efbda
Commit
300efbda
authored
Oct 24, 2023
by
Traboulsi
Browse files
Update public/js/paperfilter.js
parent
76899920
Pipeline
#8735
passed with stage
in 10 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/js/paperfilter.js
View file @
300efbda
...
...
@@ -12,9 +12,7 @@ function filter(year){
document
.
getElementById
(
"
nextblock
"
).
style
.
display
=
"
none
"
if
(
year
==
"
All
"
)
{
state
=
stateall
}
else
if
(
year
==
"
2020
"
)
{
if
(
year
==
"
2020
"
)
{
state
=
state2020
}
else
if
(
year
==
"
2021
"
){
state
=
state2021
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment