mirror of
				https://github.com/go-gitea/gitea
				synced 2025-11-04 13:28:25 +00:00 
			
		
		
		
	Update JS dependencies (#27922)
- Update all JS dependencies minus @mcaptcha/vanilla-glue (unsolved error, see https://github.com/mCaptcha/glue/issues/65) - Migrate deprecated eslint rules to `@stylistic/eslint-plugin-js` - Enable and autofix `@stylistic/js/no-multiple-empty-lines` - Regenerate poetry.lock with latest poetry - Tested Mermaid, Swagger, Citation, Vue
This commit is contained in:
		@@ -308,7 +308,6 @@ export function initRepoIssueReferenceRepositorySearch() {
 | 
			
		||||
    });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export function initRepoIssueWipTitle() {
 | 
			
		||||
  $('.title_wip_desc > a').on('click', (e) => {
 | 
			
		||||
    e.preventDefault();
 | 
			
		||||
@@ -552,7 +551,6 @@ export function initRepoIssueWipToggle() {
 | 
			
		||||
  });
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
export function initRepoIssueTitleEdit() {
 | 
			
		||||
  // Edit issue title
 | 
			
		||||
  const $issueTitle = $('#issue-title');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user