mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	renamed service variables to conform to new naming scheme
This commit is contained in:
		| @@ -1,7 +1,5 @@ | ||||
| "use strict"; | ||||
|  | ||||
| import treeService from '../services/tree_service.js'; | ||||
| import link from '../services/link.js'; | ||||
| import treeService from '../services/tree.js'; | ||||
| import linkService from '../services/link.js'; | ||||
| import utils from '../services/utils.js'; | ||||
|  | ||||
| const $showDialogButton = $("#jump-to-note-button"); | ||||
| @@ -27,7 +25,7 @@ async function showDialog() { | ||||
|  | ||||
| function getSelectedNotePath() { | ||||
|     const val = $autoComplete.val(); | ||||
|     return link.getNodePathFromLabel(val); | ||||
|     return linkService.getNodePathFromLabel(val); | ||||
| } | ||||
|  | ||||
| function goToNote() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user