김명주

Modify search error handling

...@@ -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 }
......