불필한 const varname -> string 대체 제거.
필요할 곳은 나중에 처리하는 것으로.
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ $(document).ready( function () {
|
||||
alert('정상적으로 가입되었습니다.');
|
||||
}
|
||||
|
||||
window.location.href = '../';
|
||||
window.location.href = "../";
|
||||
|
||||
});
|
||||
console.log('Yes!');
|
||||
|
||||
Reference in New Issue
Block a user