fix(share): script not loadable due to ESM

This commit is contained in:
Elian Doran 2025-05-17 10:08:18 +03:00
parent 786233ab06
commit f7471b5a12
No known key found for this signature in database

View File

@ -12,7 +12,7 @@
<% } else { %>
<link rel="shortcut icon" href="../favicon.ico">
<% } %>
<script src="<%= appPath %>/share.js"></script>
<script src="<%= appPath %>/share.js" type="module"></script>
<% if (!note.isLabelTruthy("shareOmitDefaultCss")) { %>
<link href="<%= assetPath %>/stylesheets/share.css" rel="stylesheet">
<% } %>