Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SWLab UI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
SWD
SWLab UI
Commits
dbb8a18f
Commit
dbb8a18f
authored
Oct 11, 2024
by
minseok.park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove console
parent
1fe5abc6
Pipeline
#21338
passed with stages
in 4 minutes and 26 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
07-header.js
src/js/07-header.js
+0
-3
No files found.
src/js/07-header.js
View file @
dbb8a18f
...
@@ -3,8 +3,6 @@
...
@@ -3,8 +3,6 @@
var
download
=
document
.
getElementById
(
'download'
)
var
download
=
document
.
getElementById
(
'download'
)
console
.
log
(
download
)
document
.
addEventListener
(
'scroll'
,
function
()
{
document
.
addEventListener
(
'scroll'
,
function
()
{
var
navbar
=
document
.
querySelector
(
'.navbar'
)
var
navbar
=
document
.
querySelector
(
'.navbar'
)
...
@@ -16,7 +14,6 @@
...
@@ -16,7 +14,6 @@
})
})
download
.
addEventListener
(
'click'
,
function
()
{
download
.
addEventListener
(
'click'
,
function
()
{
console
.
log
(
'download'
)
var
pathname
=
window
.
location
.
pathname
var
pathname
=
window
.
location
.
pathname
var
path
=
pathname
.
split
(
'/'
)
var
path
=
pathname
.
split
(
'/'
)
var
isInternal
=
path
[
4
].
includes
(
'-s'
)
var
isInternal
=
path
[
4
].
includes
(
'-s'
)
...
...
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