Skip to content

quote not updating #1

@noobs1100

Description

@noobs1100

you have wrote wrong

    quote.innerHTML = data.content;

you will write this

    quote.innerHTML = data.text;

Image

as you can see in json the quote is in text var

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