derp
This commit is contained in:
parent
9cee5c5133
commit
0a547dc804
@ -1419,7 +1419,7 @@
|
||||
url = "http://boards.4chan.org/" + g.BOARD;
|
||||
if (noko) {
|
||||
url += '/res/';
|
||||
url += thread === 0 ? id : thread;
|
||||
url += thread === '0' ? id : thread;
|
||||
if (watch) {
|
||||
url += '?watch';
|
||||
}
|
||||
|
||||
@ -1141,7 +1141,7 @@ qr =
|
||||
|
||||
if noko
|
||||
url += '/res/'
|
||||
url += if thread is 0 then id else thread
|
||||
url += if thread is '0' then id else thread
|
||||
if watch
|
||||
url += '?watch'
|
||||
if cooldown
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user