mirror of
https://github.com/zadam/trilium.git
synced 2025-06-05 01:18:44 +02:00
fix migration
This commit is contained in:
parent
f5e87db988
commit
dc714f20c5
@ -52,7 +52,15 @@
|
||||
</script>
|
||||
|
||||
<!-- Required for correct loading of scripts in Electron -->
|
||||
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
|
||||
<script>
|
||||
if (typeof module === 'object') {
|
||||
window.module = module; module = undefined;
|
||||
}
|
||||
|
||||
const glob = {
|
||||
sourceId: ''
|
||||
};
|
||||
</script>
|
||||
|
||||
<script src="libraries/jquery.min.js"></script>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user