This commit is contained in:
杜恒 2021-04-16 14:25:28 +08:00
parent 8b10f34dcd
commit 6253deafcc
2 changed files with 2 additions and 1 deletions

View File

@ -388,6 +388,7 @@ document.addEventListener('DOMContentLoaded', () => {
$('.joe_comment__respond-form .foot .submit button').html('发表评论');
} else {
window.location.href = changeURLArg(location.href, 'scroll', 'joe_comment');
window.location.reload();
}
}
});

File diff suppressed because one or more lines are too long