1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-18 03:37:35 +01:00

Merge vichan

This commit is contained in:
czaks 2014-10-09 02:04:42 +02:00
commit f3e132a429

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