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
5bfa90aa
Commit
5bfa90aa
authored
Oct 25, 2023
by
Traboulsi
Browse files
Update public/index.html
parent
320d4959
Pipeline
#8781
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/index.html
View file @
5bfa90aa
...
@@ -461,13 +461,13 @@
...
@@ -461,13 +461,13 @@
<!-- language selection script -->
<!-- language selection script -->
<script>
<script>
var
lang_
new
=
"
1
"
;
var
lang_
setting
=
"
1
"
;
</script>
</script>
<script>
<script>
$
(
'
.selectpicker
'
).
change
(
function
(){
$
(
'
.selectpicker
'
).
change
(
function
(){
lang_setting
=
$
(
this
).
val
();
lang_setting
=
$
(
this
).
val
();
language
(
lang_
new
);
language
(
lang_
setting
);
});
});
</script>
</script>
...
...
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