refactor(client): different method for loading jquery

This commit is contained in:
Elian Doran
2025-05-17 22:51:10 +03:00
parent 4b22d05aca
commit 67d0d0f5ca
9 changed files with 123 additions and 133 deletions

View File

@@ -1,7 +1,8 @@
import "jquery";
import "jquery-hotkeys";
import utils from "./services/utils.js";
import ko from "knockout";
import "./stylesheets/bootstrap.scss";
import "jquery-hotkeys";
// TriliumNextTODO: properly make use of below types
// type SetupModelSetupType = "new-document" | "sync-from-desktop" | "sync-from-server" | "";