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
1 year ago
by
Traboulsi
Browse files
Options
Download
Email Patches
Plain Diff
Update public/index.html
parent
320d4959
Pipeline
#8781
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/index.html
+2
-2
public/index.html
with
2 additions
and
2 deletions
+2
-2
public/index.html
+
2
-
2
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>
...
...
This diff is collapsed.
Click to expand it.
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