1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-23 22:03:51 +01:00

3rd Time the charm

This commit is contained in:
fallenPineapple 2017-04-29 19:43:08 -04:00
parent 10e3cd26e0
commit 43e112530d

View File

@ -40,14 +40,14 @@ var banlist_init = function(token, my_boards, inMod) {
// Cookie
cookie: {
name: (inMod)?"Cookie":"", width: (inMod)?"180px":"5px", 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% - 710px - 7 * 4px)", fmt: function(f) {
reason: {name: _("Reason"), width: (inMod)?"calc(100% - 895px - 7 * 4px)":"calc(100% - 720px - 7 * 4px)", fmt: function(f) {
var add = "", suf = '';
if (f.seen == 1) add += "<i class='fa fa-check' title='"+_("Seen")+"'></i>";
if (f.message) {