커밋
This commit is contained in:
parent
d381766124
commit
22f543a91a
@ -21,7 +21,7 @@ function fn_goback() {
|
|||||||
<c:if test="${empty goBackUrl}">
|
<c:if test="${empty goBackUrl}">
|
||||||
history.back();
|
history.back();
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${not empty goBackUrl}">
|
<c:if test="${not empty goBackUrl}">
|
||||||
$("#gobackForm").attr("action", "${goBackUrl}");
|
$("#gobackForm").attr("action", "${goBackUrl}");
|
||||||
$("#gobackForm").submit();
|
$("#gobackForm").submit();
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user