Skip to content

Possible fix to typeError line 221 #4

@djculex

Description

@djculex

Hey there great plugin. However when clicking 'comments' or 'likes' in the stream I get
"TypeError: a.attachment is undefined in jquery.ibacor-fb-streaming.min.js Line 221"

In line 221 I changed

from
if (a.attachment.media.image.src != null) {

to
if (a.attachment != null || a.attachment != undefined) {

Hope this could helps someone :-)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions