mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
load jquery from node_modules
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
<!-- Required for correct loading of scripts in Electron -->
|
||||
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
|
||||
|
||||
<script src="<%= assetPath %>/libraries/jquery.min.js"></script>
|
||||
<script src="<%= assetPath %>/node_modules/jquery/dist/jquery.min.js"></script>
|
||||
|
||||
<link href="<%= assetPath %>/libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<script src="<%= assetPath %>/libraries/bootstrap/js/bootstrap.bundle.min.js"></script>
|
||||
|
||||
@@ -123,7 +123,7 @@
|
||||
};
|
||||
</script>
|
||||
|
||||
<script src="<%= assetPath %>/libraries/jquery.min.js"></script>
|
||||
<script src="<%= assetPath %>/node_modules/jquery/dist/jquery.min.js"></script>
|
||||
|
||||
<script src="<%= assetPath %>/node_modules/dayjs/dayjs.min.js"></script>
|
||||
|
||||
|
||||
@@ -153,7 +153,7 @@
|
||||
<!-- Required for correct loading of scripts in Electron -->
|
||||
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
|
||||
|
||||
<script src="<%= assetPath %>/libraries/jquery.min.js"></script>
|
||||
<script src="<%= assetPath %>/node_modules/jquery/dist/jquery.min.js"></script>
|
||||
<script src="<%= assetPath %>/libraries/jquery.hotkeys.js"></script>
|
||||
|
||||
<link href="<%= assetPath %>/libraries/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
|
||||
Reference in New Issue
Block a user