Simpler.
Eh, I didn't know anything when I did this.
This commit is contained in:
parent
7d636a0492
commit
15ad125124
@ -2800,7 +2800,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
Favicon.halo = /ws/.test(Favicon["default"]) ? Favicon.haloSFW : Favicon.haloNSFW;
|
Favicon.halo = /ws/.test(Favicon["default"]) ? Favicon.haloSFW : Favicon.haloNSFW;
|
||||||
$('link[rel="shortcut icon"]', d.head).setAttribute('type', 'image/x-icon');
|
$('link[rel="shortcut icon"]', d.head).type = 'image/x-icon';
|
||||||
g.hiddenReplies = $.get("hiddenReplies/" + g.BOARD + "/", {});
|
g.hiddenReplies = $.get("hiddenReplies/" + g.BOARD + "/", {});
|
||||||
tzOffset = (new Date()).getTimezoneOffset() / 60;
|
tzOffset = (new Date()).getTimezoneOffset() / 60;
|
||||||
g.chanOffset = 5 - tzOffset;
|
g.chanOffset = 5 - tzOffset;
|
||||||
|
|||||||
@ -2193,7 +2193,7 @@ main =
|
|||||||
return
|
return
|
||||||
|
|
||||||
Favicon.halo = if /ws/.test Favicon.default then Favicon.haloSFW else Favicon.haloNSFW
|
Favicon.halo = if /ws/.test Favicon.default then Favicon.haloSFW else Favicon.haloNSFW
|
||||||
$('link[rel="shortcut icon"]', d.head).setAttribute 'type', 'image/x-icon'
|
$('link[rel="shortcut icon"]', d.head).type = 'image/x-icon'
|
||||||
g.hiddenReplies = $.get "hiddenReplies/#{g.BOARD}/", {}
|
g.hiddenReplies = $.get "hiddenReplies/#{g.BOARD}/", {}
|
||||||
tzOffset = (new Date()).getTimezoneOffset() / 60
|
tzOffset = (new Date()).getTimezoneOffset() / 60
|
||||||
# GMT -8 is given as +480; would GMT +8 be -480 ?
|
# GMT -8 is given as +480; would GMT +8 be -480 ?
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user