mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 21:28:11 +09:00 
			
		
		
		
	Tested Subscribe, Follow, Star, Watch, and System Status. --------- Signed-off-by: Yarden Shoham <git@yardenshoham.com> Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> Co-authored-by: silverwind <me@silverwind.io>
		
			
				
	
	
		
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			131 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import jquery from 'jquery';
 | |
| import htmx from 'htmx.org/dist/htmx.esm.js';
 | |
| 
 | |
| window.$ = window.jQuery = jquery;
 | |
| window.htmx = htmx;
 |