mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 02:46:04 +01:00 
			
		
		
		
	Refactor legacy JS (#33115)
This commit is contained in:
		| @@ -40,7 +40,7 @@ import {initUserSettings} from './features/user-settings.ts'; | ||||
| import {initRepoActivityTopAuthorsChart, initRepoArchiveLinks} from './features/repo-common.ts'; | ||||
| import {initRepoMigrationStatusChecker} from './features/repo-migrate.ts'; | ||||
| import {initRepoDiffView} from './features/repo-diff.ts'; | ||||
| import {initOrgTeamSearchRepoBox, initOrgTeamSettings} from './features/org-team.ts'; | ||||
| import {initOrgTeam} from './features/org-team.ts'; | ||||
| import {initUserAuthWebAuthn, initUserAuthWebAuthnRegister} from './features/user-auth-webauthn.ts'; | ||||
| import {initRepoRelease, initRepoReleaseNew} from './features/repo-release.ts'; | ||||
| import {initRepoEditor} from './features/repo-editor.ts'; | ||||
| @@ -166,8 +166,7 @@ onDomReady(() => { | ||||
|     initNotificationCount, | ||||
|     initNotificationsTable, | ||||
|  | ||||
|     initOrgTeamSearchRepoBox, | ||||
|     initOrgTeamSettings, | ||||
|     initOrgTeam, | ||||
|  | ||||
|     initRepoActivityTopAuthorsChart, | ||||
|     initRepoArchiveLinks, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user