Skip to content

ajax request doesn't work json file on freeboard #277

@lau175

Description

@lau175

I'm trying to upload the dashboard by adding this in index-dev.html, but it doesn't work. it returns a black page

$.ajax("/examples/weather.json", { 'async': true, 'method': 'get', 'success': function(data, status, xhr) { freeboard.loadDashboard(data); }; })

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions