parent
acb6c53954
commit
59c2c9b744
@ -2380,7 +2380,6 @@
|
||||
redirect = function() {
|
||||
var url;
|
||||
switch (g.BOARD) {
|
||||
case 'a':
|
||||
case 'g':
|
||||
case 'lit':
|
||||
case 'sci':
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
- mayhem:
|
||||
- prevent upload of too large files
|
||||
- fix options height for netbooks
|
||||
- /a/ is not archived anymore
|
||||
|
||||
2.15.0
|
||||
- mayhem:
|
||||
|
||||
@ -1833,7 +1833,7 @@ Favicon =
|
||||
|
||||
redirect = ->
|
||||
switch g.BOARD
|
||||
when 'a', 'g', 'lit', 'sci', 'tv'
|
||||
when 'g', 'lit', 'sci', 'tv'
|
||||
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}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user