-
Notifications
You must be signed in to change notification settings - Fork 222
Open
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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.
Hack-Day/assets/js/profileAdd.js
Line 1 in e296f26
| $.getJSON('https://raw.githubusercontent.com/lugnitdgp/Hack-Day/2020/data.json', (data) => { |
A similar change is required in the following file:
Line 2 in e296f26
| $.getJSON('https://raw.githubusercontent.com/lugnitdgp/Hack-Day/2020/repos.json', (data) => { |
Metadata
Metadata
Assignees
Labels
HacktoberfestenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers