김명주

Modify search error handling

......@@ -41,6 +41,7 @@
window.location.href = "/search/result";
}
else {
saveBtn.disabled=false;
swal("ERROR", "존재하지 않는 닉네임입니다.");
}
}
......