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

View File

@ -23,8 +23,6 @@ function themeInit($self)
{
/* 强奸用户关闭反垃圾保护 */
Helper::options()->commentsAntiSpam = false;
/* 强奸用户关闭检查来源URL */
Helper::options()->commentsCheckReferer = false;
/* 强奸用户要求填写邮箱 */
Helper::options()->commentsRequireMail = true;
/* 强奸用户要求无需填写url */

View File

@ -3,7 +3,7 @@
/* 获取主题当前版本号 */
function _getVersion()
{
return "5.5.7";
return "5.5.8";
};
/* 判断是否是手机 */