Skip to content

bug: clicking on saved results from browse #860

@ldemailly

Description

@ldemailly

when clicking inside browse/ ui

browse:35 Uncaught ReferenceError: rapi is not defined
at fortio_load (browse:35:11)
at HTMLSelectElement.onchange (browse:85:67)

because

    fetch(rapi.DataDir+url).then(doc => doc.json()).then((out) => {

instead of previous

    fetch("data/"+url).then(doc => doc.json()).then((out) => {

(because of "const" linter - and no JS 'test')

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