Standardize DB interfaces with dependency tracking comments and clean up legacy location.reload() arguments

This commit is contained in:
Scott Idem
2026-02-04 18:05:34 -05:00
parent db34da66dc
commit 46c30590ed
6 changed files with 52 additions and 7 deletions

View File

@@ -974,7 +974,7 @@
title="Reload and clear the page cache"
onclick={() => {
clear_idb();
window.location.reload(true);
window.location.reload();
}}
>
<!-- <span class="fas fa-sync mx-1"></span> -->