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-10 18:10:04 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
40de367eb9ec984a3b2a2937a029c653cad9ab9f
40de367e
1 parent
a6942613
조금 수정
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
js/common.js
js/common.js
View file @
40de367
...
...
@@ -20,13 +20,13 @@ isLimitedNumInput.onchange = function () {
}
}
// 이 밑은 돌아올 수 없는 강입니다. 그래도 보시겠습니까?
function
umfinder
(
value
)
{
if
(
value
===
'엄'
||
value
===
'응'
)
{
document
.
getElementById
(
'supersecret-document'
).
style
.
display
=
'block'
}
}
function
joonsikfinder
(
value
)
{
// 이걸 보고 있는 넌 너무 많은걸 알아버렸어
var
bodyEle
=
document
.
getElementsByTagName
(
'body'
)[
0
]
var
titleIdentifiers
=
document
.
getElementsByClassName
(
'title-identifier'
)
if
(
value
===
'엄준식'
)
{
...
...
@@ -39,8 +39,8 @@ function joonsikfinder (value) {
titleIdentifiers
[
1
].
innerHTML
=
'손진웅을'
}
else
{
bodyEle
.
className
=
''
titleIdentifiers
[
0
].
innerHTML
=
'악질
이름
'
titleIdentifiers
[
1
].
innerHTML
=
'악질
이름
을'
titleIdentifiers
[
0
].
innerHTML
=
'악질
직업
'
titleIdentifiers
[
1
].
innerHTML
=
'악질
직업
을'
}
}
...
...
Please
register
or
login
to post a comment