This commit is contained in:
杜恒
2021-03-06 18:04:47 +08:00
parent da5444e1f3
commit 4cadbec9e3
3 changed files with 20 additions and 14 deletions

View File

@@ -335,7 +335,7 @@ 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.href = changeURLArg(location.href, 'scroll', 'joe_comment');
}
}
});

File diff suppressed because one or more lines are too long