Fix: change button -> a tag to click and go to URL
This commit is contained in:
+2
-2
@@ -109,8 +109,8 @@ function showServiceCloseMessage(message) {
|
|||||||
- 유료 계정 신규 가입은 더이상 받지 않습니다.<br/>\
|
- 유료 계정 신규 가입은 더이상 받지 않습니다.<br/>\
|
||||||
- (기존) 유료 계정에 대한 환불 신청을 받습니다.<br/>'
|
- (기존) 유료 계정에 대한 환불 신청을 받습니다.<br/>'
|
||||||
+ '<div class=""><br/>'
|
+ '<div class=""><br/>'
|
||||||
+ '<button class="btn btn-outline-danger" roll="button" href="../main/close_service.html">\
|
+ '<a class="btn btn-outline-danger" roll="button" href="../main/close_service.html">\
|
||||||
서비스 종료 안내</button>'
|
서비스 종료 안내</a>'
|
||||||
+ '</div>'
|
+ '</div>'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user