mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 10:17:19 +08:00
fix(share): missing CK editor stylesheet (closes #2124)
This commit is contained in:
parent
380cb62d2b
commit
dbeb4e1c87
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
<link rel="shortcut icon" href="../favicon.ico">
|
||||
<% } %>
|
||||
<script src="<%= appPath %>/share.js" type="module"></script>
|
||||
<link href="<%= assetPath %>/src/share.css" rel="stylesheet">
|
||||
<% if (!note.isLabelTruthy("shareOmitDefaultCss")) { %>
|
||||
<link href="<%= assetPath %>/stylesheets/share.css" rel="stylesheet">
|
||||
<% } %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue