ban-list.js: vstaff
This commit is contained in:
parent
ef3bb46876
commit
74a40b72ed
@ -65,7 +65,7 @@ var banlist_init = function(token, my_boards, inMod) {
|
||||
} },
|
||||
username: {name: _("Staff"), width: "100px", fmt: function(f) {
|
||||
var pre='',suf='',un=f.username;
|
||||
if (inMod && f.username && f.username != '?') {
|
||||
if (inMod && f.username && f.username != '?' && !f.vstaff) {
|
||||
pre = "<a href='?/new_PM/"+f.username+"'>";
|
||||
suf = "</a>";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user