chore(share): bring back original share.js

This commit is contained in:
Elian Doran
2025-06-09 13:35:06 +03:00
parent 7451c2701e
commit 4fcb186022
2 changed files with 1 additions and 2 deletions

View File

@@ -12,7 +12,6 @@
<% } else { %>
<link rel="shortcut icon" href="../favicon.ico">
<% } %>
<script src="<%= appPath %>/share.js" type="module"></script>
<link href="assets/styles.css" rel="stylesheet">
<% for (const cssRelation of note.getRelations("shareCss")) { %>
<link href="api/notes/<%= cssRelation.value %>/download" rel="stylesheet">