This commit is contained in:
James Campos 2011-07-31 18:01:27 -07:00
parent 9cee5c5133
commit 0a547dc804
2 changed files with 2 additions and 2 deletions

View File

@ -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';
} }

View File

@ -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