Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Воронков Валерий
/
krystalvpn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit f0f8cfe5
authored
2023-04-21 16:16:07 +0300
by
xcoder
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add fix for open close mobile arrow
1 parent
a0fcd62a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
index.js
index.js
View file @
f0f8cfe
...
@@ -124,6 +124,14 @@ function switchLang(lang, platform) {
...
@@ -124,6 +124,14 @@ function switchLang(lang, platform) {
dropdownMenuMobile
.
classList
.
remove
(
"show"
);
dropdownMenuMobile
.
classList
.
remove
(
"show"
);
}
}
}
}
if
(
platform
===
"mobile"
)
{
const
mobArrow
=
document
.
querySelector
(
".chevron.mobile"
);
if
(
mobArrow
!=
null
)
{
mobArrow
.
classList
.
toggle
(
"rotated"
);
}
}
}
}
function
set_current_year
()
{
function
set_current_year
()
{
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment