Merge pull request #63 from MayhemYDG/master

archive.no-ip.org doesn't archive /c/
This commit is contained in:
James Campos 2011-05-06 23:47:48 -07:00
commit 6e85e7f173
2 changed files with 3 additions and 4 deletions

View File

@ -1782,7 +1782,6 @@
case '3':
case 'adv':
case 'an':
case 'c':
case 'ck':
case 'co':
case 'fa':
@ -2189,7 +2188,7 @@
unread.init();
}
if ($.config('Auto Watch') && location.hash === '#watch') {
watcher.watch();
watcher.watch($('body > form'), $('form > input[value=delete]').name);
}
} else {
threading.init();

View File

@ -1390,7 +1390,7 @@ redirect = ->
url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when 'jp', 'm', 'tg'
url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
when '3', 'adv', 'an', 'c', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
when '3', 'adv', 'an', 'ck', 'co', 'fa', 'fit', 'int', 'k', 'mu', 'n', 'o', 'p', 'po', 'soc', 'sp', 'toy', 'trv', 'v', 'vp', 'x'
url = "http://archive.no-ip.org/#{g.BOARD}/thread/#{g.THREAD_ID}"
else
url = "http://boards.4chan.org/#{g.BOARD}"
@ -1699,7 +1699,7 @@ main =
unread.init()
if $.config('Auto Watch') and location.hash is '#watch'
watcher.watch()
watcher.watch($('body > form'), $('form > input[value=delete]').name)
else #not reply
threading.init()