Missing selection context.
This commit is contained in:
parent
3abff121ee
commit
1cb7f9c6c1
@ -20,7 +20,7 @@
|
||||
// @icon data:image/gif;base64,R0lGODlhEAAQAKECAAAAAGbMM////////yH5BAEKAAIALAAAAAAQABAAAAIxlI+pq+D9DAgUoFkPDlbs7lGiI2bSVnKglnJMOL6omczxVZK3dH/41AG6Lh7i6qUoAAA7
|
||||
// ==/UserScript==
|
||||
|
||||
/* 4chan X Beta - Version 3.0.0 - 2013-03-02
|
||||
/* 4chan X Beta - Version 3.0.0 - 2013-03-03
|
||||
* http://mayhemydg.github.com/4chan-x/
|
||||
*
|
||||
* Copyright (c) 2009-2011 James Campos <james.r.campos@gmail.com>
|
||||
@ -7188,7 +7188,7 @@
|
||||
this.file.info = file.firstElementChild;
|
||||
this.file.text = this.file.info.firstElementChild;
|
||||
this.file.thumb = $('img[data-md5]', file);
|
||||
this.file.fullImage = $('.full-image');
|
||||
this.file.fullImage = $('.full-image', file);
|
||||
}
|
||||
if (origin.isDead) {
|
||||
this.isDead = true;
|
||||
|
||||
@ -250,7 +250,7 @@ class Clone extends Post
|
||||
@file.info = file.firstElementChild
|
||||
@file.text = @file.info.firstElementChild
|
||||
@file.thumb = $ 'img[data-md5]', file
|
||||
@file.fullImage = $ '.full-image'
|
||||
@file.fullImage = $ '.full-image', file
|
||||
|
||||
@isDead = true if origin.isDead
|
||||
@isClone = true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user