커밋
This commit is contained in:
parent
d381766124
commit
22f543a91a
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user