Toggle navigation
Toggle navigation
This project
Loading...
Sign in
오윤석
/
maplespec.ga
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
4
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-06-04 21:49:37 +0900
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
e04205207f70106b0c84f04bd3e35c32ec2822d1
e0420520
2 parents
75ea2ad7
82e90c41
Merge branch 'feature/1-search_page' into develop
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/web/src/routes/Search.svelte
app/web/src/routes/Search.svelte
View file @
e042052
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
5
5
6
function searchCharacter() {
6
function searchCharacter() {
7
if(!character) {
7
if(!character) {
8
-
M.toast({html:"
닉네임
을 입력해주세요."});
8
+
M.toast({html:"
캐릭터명
을 입력해주세요."});
9
return false;
9
return false;
10
}
10
}
11
11
...
...
Please
register
or
login
to post a comment