mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
test(client): fix error due to JQuery
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user