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
4c6bd9ef
Commit
4c6bd9ef
authored
Oct 25, 2023
by
Traboulsi
Browse files
Update public/index.html, public/js/paperfilter.js
parent
609c7165
Pipeline
#8776
passed with stage
in 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/index.html
View file @
4c6bd9ef
...
@@ -459,6 +459,16 @@
...
@@ -459,6 +459,16 @@
<script src="js/vendor/parallax-js/dist/parallax.min.js"></script> -->
<script src="js/vendor/parallax-js/dist/parallax.min.js"></script> -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -->
<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script> -->
<!-- language selection script -->
<script>
var
lang_new
=
"
1
"
;
$
(
'
.selectpicker
'
).
change
(
function
(){
lang_setting
=
$
(
this
).
val
();
language
(
lang_new
);
});
</script>
<script
src=
"js/jquery-3.1.1.min.js"
></script>
<script
src=
"js/jquery-3.1.1.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.2/js/bootstrap-select.min.js"
></script>
<script
src=
"https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.6.2/js/bootstrap-select.min.js"
></script>
<script
src=
"./js/popper.min.js"
></script>
<script
src=
"./js/popper.min.js"
></script>
...
...
public/js/paperfilter.js
View file @
4c6bd9ef
...
@@ -6,7 +6,7 @@ var state2019 = 0
...
@@ -6,7 +6,7 @@ var state2019 = 0
var
stateall
=
0
var
stateall
=
0
var
state
=
0
var
state
=
0
var
count
=
0
var
count
=
0
var
lang_new
=
lang_setting
function
filter
(
year
){
function
filter
(
year
){
...
...
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