This commit is contained in:
JSYOO 2021-12-21 17:39:47 +09:00
parent d381766124
commit 22f543a91a

View File

@ -21,7 +21,7 @@ function fn_goback() {
<c:if test="${empty goBackUrl}">
history.back();
</c:if>
<c:if test="${not empty goBackUrl}">
<c:if test="${not empty goBackUrl}">
$("#gobackForm").attr("action", "${goBackUrl}");
$("#gobackForm").submit();
</c:if>