Fix: Resolve type errors and cleanup window.location.reload calls

This commit is contained in:
Scott Idem
2026-01-22 20:18:29 -05:00
parent c81ce50a00
commit a8e9c39ac6
5 changed files with 57 additions and 52 deletions

View File

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