This commit is contained in:
dewekk 2022-11-07 09:00:55 +09:00 committed by GitHub
parent dc86f92188
commit 5d012bee82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@
<script cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/document/tpl/1'">
alert("{$XE_VALIDATOR_MESSAGE}");
if (opener) {
opener.location.href = opener.location.href;
opener.location.reload();
window.close();
}
</script>