mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-26 12:27:06 +00:00 
			
		
		
		
	Update JS dependencies (#21881)
- Update all JS deps - Regenerate SVGs - Add new eslint rules, fix issues - Tested Mermaid, Swagger, Vue, Webpack, Citation Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
This commit is contained in:
		| @@ -463,10 +463,10 @@ export function initRepository() { | ||||
|     $('.enable-system-radio').on('change', function () { | ||||
|       if (this.value === 'false') { | ||||
|         $($(this).data('target')).addClass('disabled'); | ||||
|         if (typeof $(this).data('context') !== 'undefined') $($(this).data('context')).removeClass('disabled'); | ||||
|         if ($(this).data('context') !== undefined) $($(this).data('context')).removeClass('disabled'); | ||||
|       } else if (this.value === 'true') { | ||||
|         $($(this).data('target')).removeClass('disabled'); | ||||
|         if (typeof $(this).data('context') !== 'undefined') $($(this).data('context')).addClass('disabled'); | ||||
|         if ($(this).data('context') !== undefined) $($(this).data('context')).addClass('disabled'); | ||||
|       } | ||||
|     }); | ||||
|     const $trackerIssueStyleRadios = $('.js-tracker-issue-style'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 silverwind
					silverwind