Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김명주
/
kartrider
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김명주
2021-12-07 12:51:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4ecf6dace63428fbfab655e3c65277c4b4506880
4ecf6dac
1 parent
5c641b80
Modify search error handling
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
views/search_home.ejs
views/search_home.ejs
View file @
4ecf6da
...
...
@@ -41,6 +41,7 @@
window
.
location
.
href
=
"/search/result"
;
}
else
{
saveBtn
.
disabled
=
false
;
swal
(
"ERROR"
,
"존재하지 않는 닉네임입니다."
);
}
}
...
...
Please
register
or
login
to post a comment