Work on expanding the routes
This commit is contained in:
@@ -52,7 +52,7 @@ onMount(() => {
|
||||
|
||||
|
||||
<div data-sveltekit-preload-data="false" class="">
|
||||
{#if $ae_loc.iframe}
|
||||
<!-- {#if $ae_loc.iframe}
|
||||
<a
|
||||
class="btn btn-sm variant-soft"
|
||||
href="/?iframe=false"
|
||||
@@ -73,7 +73,6 @@ onMount(() => {
|
||||
class="btn btn-sm variant-soft"
|
||||
title="Reload and clear the page cache"
|
||||
on:click={() => {
|
||||
// $ae_loc.
|
||||
window.location.reload(true);
|
||||
}}
|
||||
>
|
||||
@@ -84,7 +83,6 @@ onMount(() => {
|
||||
class="btn btn-sm variant-soft"
|
||||
title="Clear the browser storage for this page"
|
||||
on:click={() => {
|
||||
// $ae_loc.
|
||||
localStorage.clear();
|
||||
sessionStorage.clear();
|
||||
alert('Local and Session Storage cleared. You will probably want to refresh the page.');
|
||||
@@ -93,6 +91,13 @@ onMount(() => {
|
||||
<span class="fas fa-sync mx-1"></span>
|
||||
Clear Storage
|
||||
</button>
|
||||
<a
|
||||
class="btn btn-sm variant-soft"
|
||||
href="/hosted_files"
|
||||
>
|
||||
<span class="fas fa-code mx-1"></span>
|
||||
Util: Convert Videos
|
||||
</a> -->
|
||||
</div>
|
||||
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user