Fix: Resolve type errors and cleanup window.location.reload calls
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user