This commit is contained in:
杜恒 2021-05-06 18:07:25 +08:00
parent ccc9ecb62b
commit 976049b119
2 changed files with 1 additions and 2 deletions

View File

@ -387,7 +387,6 @@ document.addEventListener('DOMContentLoaded', () => {
isSubmit = false;
$('.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