mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 00:20:25 +08:00 
			
		
		
		
	Use explicit jQuery import, remove unused eslint globals (#18435)
- Don't rely on globals (window.$) for jQuery import - Remove eslint globals no longer in use
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
import $ from 'jquery';
 | 
			
		||||
import {svg} from '../svg.js';
 | 
			
		||||
 | 
			
		||||
const {appSubUrl, csrfToken} = window.config;
 | 
			
		||||
 | 
			
		||||
let i18nTextEdited;
 | 
			
		||||
let i18nTextOptions;
 | 
			
		||||
let i18nTextDeleteFromHistory;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user