Frontend refactor, PascalCase to camelCase, remove unused code (#17365)
* Frontend refactor, PascalCase to camelCase, remove unused code * fix
This commit is contained in:
@ -47,7 +47,7 @@ export function initMarkupTasklist() {
|
||||
|
||||
await $.post(updateUrl, {
|
||||
ignore_attachments: true,
|
||||
_csrf: window.config.csrf,
|
||||
_csrf: window.config.csrfToken,
|
||||
content: newContent,
|
||||
context
|
||||
});
|
||||
|
Reference in New Issue
Block a user