This commit is contained in:
杜恒
2021-03-06 17:06:58 +08:00
parent c83154befb
commit da5444e1f3
4 changed files with 3 additions and 5 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