upd: PWA (#15)

add service worker script block, manifest file, and fix error for share button email
This commit is contained in:
2026-03-26 18:34:11 -04:00
parent 4ed6c18825
commit b1726bba34
2 changed files with 16 additions and 1 deletions

View File

@@ -181,7 +181,7 @@ let saveFailureCount = {{ meta.saveFailureCount }};
<!-- The modal body -->
<form id="emailForm" class="modal-body">
<label for="shareEmail">Enter Friends Email:</label>
<input type="email" id="shareEmail" name="email" required />
<input type="email" id="shareEmail" name="email" autocomplete=false required />
<button type='button' id="submit" class="btn btn-primary" onclick='shareNote()'>Submit</button>
</form>