Toggle navigation
Toggle navigation
This project
Loading...
Sign in
이찬
/
opensource_term_project
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
이찬
2020-06-05 22:14:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
747502657c4f8b7872ab89ab7d22d6679c4a2b2b
74750265
1 parent
42437f45
Update common.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
js/common.js
js/common.js
View file @
7475026
...
...
@@ -30,12 +30,13 @@ function joonsikfinder (value) {
var
bodyEle
=
document
.
getElementsByTagName
(
'body'
)[
0
]
var
titleIdentifiers
=
document
.
getElementsByClassName
(
'title-identifier'
)
if
(
value
===
'엄준식'
)
{
bodyEle
.
className
=
''
//bodyEle.classList.add('joonsik')
bodyEle
.
className
=
''
titleIdentifiers
[
0
].
innerHTML
=
'엄준식'
titleIdentifiers
[
1
].
innerHTML
=
'엄준식을'
}
else
if
(
value
===
'박원순'
)
{
}
else
if
(
value
===
'트럼프'
)
{
}
else
if
(
value
===
'김응삼'
)
{
bodyEle
.
className
=
''
titleIdentifiers
[
0
].
innerHTML
=
'김응삼'
titleIdentifiers
[
1
].
innerHTML
=
'김응삼을'
}
else
{
bodyEle
.
className
=
''
titleIdentifiers
[
0
].
innerHTML
=
'악질 이름'
...
...
Please
register
or
login
to post a comment