mirror of
https://github.com/vichan-devel/vichan.git
synced 2025-02-23 22:03:51 +01:00
Refixed ban-list
This commit is contained in:
parent
4d6d77fa97
commit
10e3cd26e0
@ -40,14 +40,14 @@ var banlist_init = function(token, my_boards, inMod) {
|
||||
|
||||
// Cookie
|
||||
cookie: {
|
||||
name: (inMod)?"Cookie":"", width: (inMod)?"180px":"0px", fmt: function(f) {
|
||||
name: (inMod)?"Cookie":"", width: (inMod)?"180px":"5px", fmt: function(f) {
|
||||
if (!inMod) return "";
|
||||
if (!f.cookie) return "???";
|
||||
return f.cookie;
|
||||
} },
|
||||
|
||||
|
||||
reason: {name: _("Reason"), width: (inMod)?"calc(100% - 895px - 7 * 4px)":"calc(100% - 715px - 7 * 4px)", fmt: function(f) {
|
||||
reason: {name: _("Reason"), width: (inMod)?"calc(100% - 895px - 7 * 4px)":"calc(100% - 710px - 7 * 4px)", fmt: function(f) {
|
||||
var add = "", suf = '';
|
||||
if (f.seen == 1) add += "<i class='fa fa-check' title='"+_("Seen")+"'></i>";
|
||||
if (f.message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user