atr/templates/announce-selected.html [178:185]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
fetch(previewUrl, {
method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded",
"X-CSRFToken": csrfToken
},
body: new URLSearchParams({
"body": bodyContent,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
atr/templates/voting-selected-revision.html [157:164]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
fetch(previewUrl, {
method: "POST",
headers: {
"Content-Type": "application/x-www-form-urlencoded",
"X-CSRFToken": csrfToken
},
body: new URLSearchParams({
"body": bodyContent,
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -