Set up archived image redirection link.

This commit is contained in:
Nicolas Stepien 2012-01-03 22:54:22 +01:00
parent 4041419a3d
commit 58505f693d
2 changed files with 2 additions and 2 deletions

View File

@ -2846,7 +2846,7 @@
case 'tg': case 'tg':
case 'tv': case 'tv':
case 'u': case 'u':
return "http://archivethumb.foolz.us/board/" + board + "/img/" + filename; return "http://archive.foolz.us/" + board + "/full_image/" + filename;
} }
}, },
thread: function() { thread: function() {

View File

@ -2235,7 +2235,7 @@ redirect =
image: (board, filename) -> #board must be given, the image can originate from a cross-quote image: (board, filename) -> #board must be given, the image can originate from a cross-quote
switch board switch board
when 'a', 'jp', 'm', 'tg', 'tv', 'u' when 'a', 'jp', 'm', 'tg', 'tv', 'u'
"http://archivethumb.foolz.us/board/#{board}/img/#{filename}" "http://archive.foolz.us/#{board}/full_image/#{filename}"
thread: -> thread: ->
switch g.BOARD switch g.BOARD
when 'a', 'jp', 'm', 'tg', 'tv', 'u' when 'a', 'jp', 'm', 'tg', 'tv', 'u'