Whoops.
This commit is contained in:
parent
25276b5aac
commit
b49e110cc8
@ -3025,7 +3025,7 @@
|
||||
thumb = this.previousSibling;
|
||||
imgExpand.contract(thumb);
|
||||
src = href.split('/');
|
||||
if (src[2] === 'images.4chan.org' && (url = redirect.image(src[3], src[5]))) {
|
||||
if (this.src.split('/')[2] === 'images.4chan.org' && (url = redirect.image(src[3], src[5]))) {
|
||||
setTimeout(imgExpand.expand, 10000, thumb, url);
|
||||
return;
|
||||
}
|
||||
|
||||
@ -2342,7 +2342,7 @@ imgExpand =
|
||||
thumb = @previousSibling
|
||||
imgExpand.contract thumb
|
||||
src = href.split '/'
|
||||
if src[2] is 'images.4chan.org' and url = redirect.image src[3], src[5]
|
||||
if @src.split('/')[2] is 'images.4chan.org' and url = redirect.image src[3], src[5]
|
||||
setTimeout imgExpand.expand, 10000, thumb, url
|
||||
return
|
||||
url = href + '?' + Date.now()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user