Fix: change button -> a tag to click and go to URL

This commit is contained in:
2020-10-07 14:57:35 +09:00
parent 4f9599ab62
commit 0222c72cf9
+2 -2
View File
@@ -109,8 +109,8 @@ function showServiceCloseMessage(message) {
&nbsp;&nbsp;- 유료 계정 신규 가입은 더이상 받지 않습니다.<br/>\
&nbsp;&nbsp;- (기존) 유료 계정에 대한 환불 신청을 받습니다.<br/>'
+ '<div class=""><br/>'
+ '<button class="btn btn-outline-danger" roll="button" href="../main/close_service.html">\
서비스 종료 안내</button>'
+ '<a class="btn btn-outline-danger" roll="button" href="../main/close_service.html">\
서비스 종료 안내</a>'
+ '</div>'
);
}