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