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:
parent
10e3cd26e0
commit
43e112530d
@ -40,14 +40,14 @@ var banlist_init = function(token, my_boards, inMod) {
|
|||||||
|
|
||||||
// Cookie
|
// Cookie
|
||||||
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 (!inMod) return "";
|
||||||
if (!f.cookie) return "???";
|
if (!f.cookie) return "???";
|
||||||
return f.cookie;
|
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 = '';
|
var add = "", suf = '';
|
||||||
if (f.seen == 1) add += "<i class='fa fa-check' title='"+_("Seen")+"'></i>";
|
if (f.seen == 1) add += "<i class='fa fa-check' title='"+_("Seen")+"'></i>";
|
||||||
if (f.message) {
|
if (f.message) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user