mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix options dialog which used jquery tabs
This commit is contained in:
		| @@ -7,7 +7,6 @@ import zoomService from "../services/zoom.js"; | ||||
| import utils from "../services/utils.js"; | ||||
|  | ||||
| const $dialog = $("#options-dialog"); | ||||
| const $tabs = $("#options-tabs"); | ||||
|  | ||||
| const tabHandlers = []; | ||||
|  | ||||
| @@ -22,8 +21,6 @@ async function showDialog() { | ||||
|  | ||||
|     $dialog.modal(); | ||||
|  | ||||
|     $tabs.tabs(); | ||||
|  | ||||
|     for (const handler of tabHandlers) { | ||||
|         if (handler.optionsLoaded) { | ||||
|             handler.optionsLoaded(options); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user