Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
sora
/
sanitary-net
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
80f46f80
authored
Oct 19, 2020
by
o.kimura
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
微妙にブレるのでロジック変更
parent
853c248e
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
utsukushitoilet/shared/js/common.js
utsukushitoilet/shared/js/common.js
View file @
80f46f80
...
...
@@ -22,13 +22,14 @@ $(function () {
$
(
this
).
removeClass
(
'active'
);
toggle_menu
.
slideUp
(
'fast'
);
overlay
.
slideUp
(
'fast'
);
$
(
"html"
).
css
(
"
overflow-y"
,
"auto
"
);
$
(
"html"
).
css
(
"
position"
,
"
"
);
$
(
"body"
).
removeClass
(
'active'
);
}
else
{
$
(
this
).
addClass
(
'active'
);
toggle_menu
.
slideDown
(
'fast'
);
overlay
.
slideDown
(
'fast'
);
$
(
"html"
).
css
(
"overflow-y"
,
"hidden"
);
$
(
"html"
).
css
(
"position"
,
"fixed"
);
$
(
"html"
).
css
(
"width"
,
"100%"
);
setTimeout
(
function
()
{
$
(
"body"
).
addClass
(
'active'
);
},
100
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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