Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dbchiro
dbchiroweb
Commits
3c7f98f0
Commit
3c7f98f0
authored
Jan 31, 2021
by
Hypsug0
Browse files
fix : wrong functions write
parent
bb1b7c51
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/static/js/app.js
View file @
3c7f98f0
...
...
@@ -53,7 +53,7 @@ $(document).on(
}
dropDownFixPosition
(
$
(
this
).
parent
(),
$ul
)
const
dropDownFixPosition
=
>
(
button
,
dropdown
)
{
const
dropDownFixPosition
=
(
button
,
dropdown
)
=>
{
var
dropDownTop
=
button
.
offset
().
top
+
button
.
outerHeight
()
dropdown
.
css
(
'
top
'
,
dropDownTop
+
'
px
'
)
dropdown
.
css
(
'
left
'
,
button
.
offset
().
left
+
'
px
'
)
...
...
@@ -78,7 +78,7 @@ $(document).ready(function () {
hamburger_cross
()
})
const
hamburger_cross
=
>
()
{
const
hamburger_cross
=
()
=>
{
if
(
isClosed
==
true
)
{
overlay
.
hide
()
trigger
.
removeClass
(
'
is-open
'
)
...
...
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