mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	migrated all remaining dialogs to bootstrap modals, #203
This commit is contained in:
		| @@ -29,7 +29,7 @@ async function showDialog() { | ||||
|  | ||||
|             treeService.activateNote(notePath); | ||||
|  | ||||
|             $dialog.dialog('close'); | ||||
|             $dialog.modal('hide'); | ||||
|         } | ||||
|     }); | ||||
|  | ||||
| @@ -47,7 +47,7 @@ function showInFullText(e) { | ||||
|     searchNotesService.showSearch(); | ||||
|     searchNotesService.doSearch(searchText); | ||||
|  | ||||
|     $dialog.dialog('close'); | ||||
|     $dialog.modal('hide'); | ||||
| } | ||||
|  | ||||
| function showRecentNotes() { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user