mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-29 01:06:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			148 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import utils from "../services/utils.js";
 | |
| 
 | |
| const $dialog = $("#help-dialog");
 | |
| 
 | |
| export async function showDialog() {
 | |
|     utils.openDialog($dialog);
 | |
| } |