/a/ is now archived on easymodo
This commit is contained in:
parent
59c2c9b744
commit
573bd0f8e0
@ -2386,6 +2386,7 @@
|
||||
case 'tv':
|
||||
url = "http://green-oval.net/cgi-board.pl/" + g.BOARD + "/thread/" + g.THREAD_ID;
|
||||
break;
|
||||
case 'a':
|
||||
case 'jp':
|
||||
case 'm':
|
||||
case 'tg':
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
- mayhem:
|
||||
- prevent upload of too large files
|
||||
- fix options height for netbooks
|
||||
- /a/ is not archived anymore
|
||||
- /a/ is now archived on easymodo
|
||||
|
||||
2.15.0
|
||||
- mayhem:
|
||||
|
||||
@ -1835,7 +1835,7 @@ redirect = ->
|
||||
switch g.BOARD
|
||||
when 'g', 'lit', 'sci', 'tv'
|
||||
url = "http://green-oval.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||
when 'jp', 'm', 'tg'
|
||||
when 'a', 'jp', 'm', 'tg'
|
||||
url = "http://archive.easymodo.net/cgi-board.pl/#{g.BOARD}/thread/#{g.THREAD_ID}"
|
||||
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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user