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
Hide 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 @@
...
@@ -41,6 +41,7 @@
41
window
.
location
.
href
=
"/search/result"
;
41
window
.
location
.
href
=
"/search/result"
;
42
}
42
}
43
else
{
43
else
{
44
+
saveBtn
.
disabled
=
false
;
44
swal
(
"ERROR"
,
"존재하지 않는 닉네임입니다."
);
45
swal
(
"ERROR"
,
"존재하지 않는 닉네임입니다."
);
45
}
46
}
46
}
47
}
...
...
Please
register
or
login
to post a comment