mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +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