同步宝塔上的源码
This commit is contained in:
4
static/js/forum_viewthread.js
Normal file → Executable file
4
static/js/forum_viewthread.js
Normal file → Executable file
@@ -245,7 +245,7 @@ function succeedhandle_fastpost(locationhref, message, param) {
|
||||
$('fastpostreturn').className = '';
|
||||
} else {
|
||||
if(!message) {
|
||||
message = '本版回帖需要审核,您的文章将在通过审核后显示';
|
||||
message = '本版回帖需要审核,您的帖子将在通过审核后显示';
|
||||
}
|
||||
$('post_new').style.display = $('fastpostmessage').value = $('fastpostreturn').className = '';
|
||||
$('fastpostreturn').innerHTML = message;
|
||||
@@ -389,7 +389,7 @@ function toggleRatelogCollapse(tarId, ctrlObj) {
|
||||
|
||||
function copyThreadUrl(obj, bbname) {
|
||||
bbname = bbname || SITEURL;
|
||||
setCopy($('thread_subject').innerHTML.replace(/&/g, '&') + '\n' + obj.href + '\n' + '(出处: '+bbname+')' + '\n', '文章地址已经复制到剪贴板');
|
||||
setCopy($('thread_subject').innerHTML.replace(/&/g, '&') + '\n' + obj.href + '\n' + '(出处: '+bbname+')' + '\n', '帖子地址已经复制到剪贴板');
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user