Skip to content

Commit

Permalink
javascript reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
fbanados committed Nov 18, 2024
1 parent e40820d commit 6a159e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/js/orthography.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ function updateCookies(orth) {
throw new Error("djangoCSRFToken is unset!");
}

let changeOrthURL = window.Urls["morphodict.orthography:change-orthography"]();
let changeOrthURL =
window.Urls["morphodict.orthography:change-orthography"]();
fetch(changeOrthURL, {
method: "POST",
body: new URLSearchParams({
Expand Down

0 comments on commit 6a159e8

Please sign in to comment.