mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 23:29:02 +02:00
test(client): fix error due to JQuery
This commit is contained in:
parent
4ec8c5963a
commit
8fda2dd7f1
@ -9,7 +9,7 @@ let locales: Locale[] | null;
|
|||||||
/**
|
/**
|
||||||
* A deferred promise that resolves when translations are initialized.
|
* A deferred promise that resolves when translations are initialized.
|
||||||
*/
|
*/
|
||||||
export let translationsInitializedPromise = jQuery.Deferred();
|
export let translationsInitializedPromise = $.Deferred();
|
||||||
|
|
||||||
export async function initLocale() {
|
export async function initLocale() {
|
||||||
const locale = (options.get("locale") as string) || "en";
|
const locale = (options.get("locale") as string) || "en";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user