fix: gatewayButton

This commit is contained in:
2023-03-21 01:51:39 +09:00
parent 3c412f2803
commit aae730d39c
5 changed files with 14 additions and 5 deletions
+5
View File
@@ -119,6 +119,11 @@ function backButton()
return "<button type='button' class='btn btn-primary back_btn' onclick=location.replace('./')>돌아가기</button><br>";
}
function gatewayButton()
{
return "<button type='button' class='btn btn-primary back_btn' onclick=location.replace('../')>돌아가기</button><br>";
}
function CoreBackButton()
{
return "<button type='button' class='btn btn-primary back_btn' onclick=location.replace('v_chiefCenter.php')>돌아가기</button><br>";