ban-list.js: vstaff

This commit is contained in:
czaks 2014-10-09 02:03:35 +02:00
parent ef3bb46876
commit 74a40b72ed

View File

@ -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>";
}