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

Issues with the rss feed #9

Open
owenzoocha opened this issue Mar 8, 2016 · 0 comments
Open

Issues with the rss feed #9

owenzoocha opened this issue Mar 8, 2016 · 0 comments

Comments

@owenzoocha
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant