Standardize DB interfaces with dependency tracking comments and clean up legacy location.reload() arguments
This commit is contained in:
@@ -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> -->
|
||||
|
||||
Reference in New Issue
Block a user