mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 10:56:10 +01:00 
			
		
		
		
	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