Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
joypan1 committed Feb 15, 2024
2 parents 426da31 + e4db440 commit cd948ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
".vscode{,/**}"
],
"appService.defaultWebAppToDeploy": "/subscriptions/75452281-a54f-4c9c-8599-687235b1ed8e/resourceGroups/Soucting2024_group/providers/Microsoft.Web/sites/Soucting2024",
"appService.deploySubpath": "."
"appService.deploySubpath": ".",
"liveServer.settings.multiRootWorkspaceName": "scouting2024"
}
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const deleteTodo = async (event, id) => {
};

function editTeam(globalid) {
window.open(`./pages/teamdetails.html?globalid=${globalid}`, "_blank");
window.open(`pages/teamdetails.html?globalid=${globalid}`, "_blank");
}
// CHATGPT CODE TO CONNECT TO MYSQL SERVER

Expand Down

0 comments on commit cd948ff

Please sign in to comment.