Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.
This repository was archived by the owner on May 2, 2021. It is now read-only.

Issues with the rss feed #9

@owenzoocha

Description

@owenzoocha

Firstly, great plugin! Was struggling to get the feed to work, kept seeing [Object object] being outputted when debug was on.

I had to change the ajax call slightly and remove + '/' + page,

        $.ajax({
            // url: this.options.feed + '/' + page,
            url: this.options.feed,
            type: 'GET'
        })

Works now, cheers

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