mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
fix migration
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user