mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 07:45:51 +01:00
fix(mobile): apply same fix about jquery
This commit is contained in:
5
apps/client/src/runtime.ts
Normal file
5
apps/client/src/runtime.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import $ from "jquery";
|
||||
(window as any).$ = $;
|
||||
(window as any).jQuery = $;
|
||||
|
||||
$("body").show();
|
||||
Reference in New Issue
Block a user