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
755e7f07
Commit
755e7f07
authored
Sep 26, 2024
by
박민석
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
download url log check
parent
c97b2ed9
Pipeline
#21224
passed with stages
in 3 minutes and 46 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
07-header.js
src/js/07-header.js
+1
-1
No files found.
src/js/07-header.js
View file @
755e7f07
...
@@ -21,7 +21,7 @@
...
@@ -21,7 +21,7 @@
?
'docs'
:
isInternal
?
`docs-
${
path
[
3
]}
-s`
:
`docs-
${
path
[
3
]}
`
:
''
?
'docs'
:
isInternal
?
`docs-
${
path
[
3
]}
-s`
:
`docs-
${
path
[
3
]}
`
:
''
var
directory
=
path
[
3
]
&&
path
[
4
]
?
path
[
3
]
===
'swlab-docs'
?
path
[
3
]
:
path
[
4
]
:
''
var
directory
=
path
[
3
]
&&
path
[
4
]
?
path
[
3
]
===
'swlab-docs'
?
path
[
3
]
:
path
[
4
]
:
''
var
link
=
document
.
createElement
(
'a'
)
var
link
=
document
.
createElement
(
'a'
)
console
.
log
(
`https://swlab.bwg.co.kr/web/dms/download-file?filename=
${
filename
}
.zip&directory=
${
directory
}
`
)
link
.
href
=
`https://swlab.bwg.co.kr/web/dms/download-file?filename=
${
filename
}
.zip&directory=
${
directory
}
`
link
.
href
=
`https://swlab.bwg.co.kr/web/dms/download-file?filename=
${
filename
}
.zip&directory=
${
directory
}
`
link
.
click
()
link
.
click
()
...
...
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