更新
This commit is contained in:
parent
a8a2f3e2ff
commit
be500fbfa7
@ -330,6 +330,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
}
|
}
|
||||||
if (isSubmit) return;
|
if (isSubmit) return;
|
||||||
isSubmit = true;
|
isSubmit = true;
|
||||||
|
$('.joe_comment__respond-form .foot .submit button').html('发送中...');
|
||||||
$.ajax({
|
$.ajax({
|
||||||
url,
|
url,
|
||||||
type: 'POST',
|
type: 'POST',
|
||||||
@ -344,6 +345,7 @@ document.addEventListener('DOMContentLoaded', () => {
|
|||||||
if (!/Joe/.test(res)) {
|
if (!/Joe/.test(res)) {
|
||||||
Qmsg.warning(str.textContent.trim() || '');
|
Qmsg.warning(str.textContent.trim() || '');
|
||||||
isSubmit = false;
|
isSubmit = false;
|
||||||
|
$('.joe_comment__respond-form .foot .submit button').html('发表评论');
|
||||||
} else {
|
} else {
|
||||||
window.location.href = changeURLArg(location.href, 'scroll', 'joe_comment');
|
window.location.href = changeURLArg(location.href, 'scroll', 'joe_comment');
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
/* 获取主题当前版本号 */
|
/* 获取主题当前版本号 */
|
||||||
function _getVersion()
|
function _getVersion()
|
||||||
{
|
{
|
||||||
return "5.3.7";
|
return "5.3.8";
|
||||||
};
|
};
|
||||||
|
|
||||||
/* 判断是否是手机 */
|
/* 判断是否是手机 */
|
||||||
|
@ -248,7 +248,8 @@ function themeConfig($form)
|
|||||||
NULL,
|
NULL,
|
||||||
NULL,
|
NULL,
|
||||||
'网页被隐藏时显示的标题',
|
'网页被隐藏时显示的标题',
|
||||||
'介绍:在PC端切换网页标签时,网站标题显示的内容。如果不填写,则默认不开启'
|
'介绍:在PC端切换网页标签时,网站标题显示的内容。如果不填写,则默认不开启 <br />
|
||||||
|
注意:严禁加单引号或双引号!!!否则会导致网站出错!!'
|
||||||
);
|
);
|
||||||
$JDocumentTitle->setAttribute('class', 'joe_content joe_global');
|
$JDocumentTitle->setAttribute('class', 'joe_content joe_global');
|
||||||
$form->addInput($JDocumentTitle);
|
$form->addInput($JDocumentTitle);
|
||||||
|
Loading…
Reference in New Issue
Block a user