fix options dialog which used jquery tabs

This commit is contained in:
azivner
2018-11-09 12:13:51 +01:00
parent 232f135843
commit c5113eb292
2 changed files with 170 additions and 145 deletions

View File

@@ -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);