mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Merge pull request #2010 from dewekk/fix-report
게시물 신고 후 새로고침 되지 않는 문제 수정
This commit is contained in:
commit
90f6b8aad6
7 changed files with 256 additions and 22 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.reload();
|
||||
window.close();
|
||||
}
|
||||
</script>
|
||||
<script>
|
||||
(function($){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue