mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +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,3 +1,4 @@
 | 
			
		||||
import $ from 'jquery';
 | 
			
		||||
import {stripTags} from '../utils.js';
 | 
			
		||||
 | 
			
		||||
const {appSubUrl, csrfToken} = window.config;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user