mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
fix migration
This commit is contained in:
@@ -52,7 +52,15 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- Required for correct loading of scripts in Electron -->
|
<!-- 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>
|
<script src="libraries/jquery.min.js"></script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user