Skip to content

Change the path of "data.json" file in profileAdd.js #257

Open
@arc9693

Description

@arc9693

Currently, the path is the URL of the data.json file in the main repository. People who build on their local and try to add their cards, cannot see their cards until their PR is finally merged. To correct this, we have to include the relative path of the data.json file.

$.getJSON('https://raw.githubusercontent.com/lugnitdgp/Hack-Day/2020/data.json', (data) => {

A similar change is required in the following file:

$.getJSON('https://raw.githubusercontent.com/lugnitdgp/Hack-Day/2020/repos.json', (data) => {

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions