更新
This commit is contained in:
parent
c83154befb
commit
da5444e1f3
@ -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');
|
||||
}
|
||||
}
|
||||
});
|
||||
|
2
assets/js/joe.global.min.js
vendored
2
assets/js/joe.global.min.js
vendored
File diff suppressed because one or more lines are too long
@ -23,8 +23,6 @@ function themeInit($self)
|
||||
{
|
||||
/* 强奸用户关闭反垃圾保护 */
|
||||
Helper::options()->commentsAntiSpam = false;
|
||||
/* 强奸用户关闭检查来源URL */
|
||||
Helper::options()->commentsCheckReferer = false;
|
||||
/* 强奸用户要求填写邮箱 */
|
||||
Helper::options()->commentsRequireMail = true;
|
||||
/* 强奸用户要求无需填写url */
|
||||
|
@ -3,7 +3,7 @@
|
||||
/* 获取主题当前版本号 */
|
||||
function _getVersion()
|
||||
{
|
||||
return "5.5.7";
|
||||
return "5.5.8";
|
||||
};
|
||||
|
||||
/* 判断是否是手机 */
|
||||
|
Loading…
Reference in New Issue
Block a user