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

the first item in the five day forecast is supposed to be labelled "Today" but it shows the date instead #17

@waterwingz

Description

@waterwingz

In function fillForecast( ) in the file weather.js the first past parameter is named num. But the function almost immediately overwrite it with a local variable. Solution is to change the name of either the passed parameter or the local variable so they don't conflict. That will result in the label above the most left hand icon in the five day forecast reading "Today" rather then the current date.

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