Fix bug from v1.13.0.0 that broke Quote Inlining / Previewing of OPs on /f/.
This commit is contained in:
parent
0e512f96d5
commit
7ede00a495
@ -48,7 +48,7 @@ Post.Clone = class extends Post
|
||||
@file.text = fileRoot.firstElementChild
|
||||
@file.link = $ '.fileText > a, .fileText-original', fileRoot
|
||||
@file.thumb = $ 'a.fileThumb > [data-md5]', fileRoot
|
||||
@file.thumbLink = @file.thumb.parentNode
|
||||
@file.thumbLink = @file.thumb?.parentNode
|
||||
@file.fullImage = $ '.full-image', fileRoot
|
||||
@file.videoControls = $ '.video-controls', @file.text
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user