Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexis-allemann committed Aug 9, 2024
1 parent ee0b6bc commit 6f5a52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion my_compassion/static/src/js/my_children.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const child_local_id = document.getElementsByClassName("child-local_id");

// Change the href of the links to include the child_id
const current_child_id = new URLSearchParams(window.location.search).get(
"child_id"
"child_id"
);
selector = document.querySelector('a[href="/my/letter"]');
selector.href = selector.href + "?child_id=" + current_child_id;
Expand Down

0 comments on commit 6f5a52a

Please sign in to comment.