mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
게시물 신고 후 새로고침 처리
- 게시물 글 신고 처리 후 기존 페이지 갱신 처리 - 기존 페이지 갱신 되어야 신고 취소가 가능함.
This commit is contained in:
parent
e94146b490
commit
dc86f92188
1 changed files with 4 additions and 1 deletions
|
|
@ -41,7 +41,10 @@
|
|||
</form>
|
||||
<script cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/document/tpl/1'">
|
||||
alert("{$XE_VALIDATOR_MESSAGE}");
|
||||
window.close();
|
||||
if (opener) {
|
||||
opener.location.href = opener.location.href;
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
(function($){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue