Skip to content

Commit

Permalink
ban-list.js: vstaff
Browse files Browse the repository at this point in the history
  • Loading branch information
czaks committed Oct 9, 2014
1 parent ef3bb46 commit 74a40b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/mod/ban-list.js
Expand Up @@ -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>";
}
Expand Down

0 comments on commit 74a40b7

Please sign in to comment.