Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

update link url #539

Merged
merged 1 commit into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions course_grader_vue/components/import/canvas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
</span>
<BLink
target="_blank"
title="Learn more about importing Canvas grades on IT Connect"
href="https://itconnect.uw.edu/learn/tools/canvas/canvas-help-for-instructors/assignments-grading/correctly-import-grades/"
title="Learn more about Canvas grade posting on IT Connect"
href="https://itconnect.uw.edu/learn/tools/canvas/canvas-help-for-instructors/assignments-grading/new-gradebook/posting-policy/"
>Learn more </BLink
>.
</div>
Expand Down
2 changes: 1 addition & 1 deletion course_grader_vue/utils/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ async function saveImportedGrades(url, data) {
}

async function uploadGrades(url, file) {
var formData = new FormData();
const formData = new FormData();
formData.append("file", file);

return axios
Expand Down