同步宝塔上的源码
This commit is contained in:
4
static/js/forum_moderate.js
Normal file → Executable file
4
static/js/forum_moderate.js
Normal file → Executable file
@@ -24,7 +24,7 @@ function modaction(action, pid, extra, mod) {
|
||||
var checked = 1;
|
||||
}
|
||||
if(!checked) {
|
||||
alert('请选择需要操作的文章');
|
||||
alert('请选择需要操作的帖子');
|
||||
} else {
|
||||
$('modactions').action = mod + '&action='+ action +'&fid=' + fid + '&tid=' + tid + '&handlekey=mods&infloat=yes&nopost=yes' + (!pid ? '' : '&topiclist[]=' + pid) + extra + '&r' + Math.random();
|
||||
showWindow('mods', 'modactions', 'post');
|
||||
@@ -120,7 +120,7 @@ function tmodthreads(optgroup, operation) {
|
||||
}
|
||||
}
|
||||
if(!checked) {
|
||||
alert('请选择需要操作的文章');
|
||||
alert('请选择需要操作的帖子');
|
||||
} else {
|
||||
$('moderate').optgroup.value = optgroup;
|
||||
$('moderate').operation.value = operation;
|
||||
|
Reference in New Issue
Block a user