Missing selection context.

This commit is contained in:
Nicolas Stepien 2013-03-03 02:06:36 +01:00
parent 3abff121ee
commit 1cb7f9c6c1
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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