fix nav buttons
nav buttons go from working 15% of the time to 95%!!!!!!!!!!!!!!!!!!!!!!!
This commit is contained in:
parent
f9730ee842
commit
6664544cab
1 changed files with 1 additions and 1 deletions
|
|
@ -64,6 +64,7 @@ const link = Astro.url.searchParams.get("redir");
|
||||||
const settings = await Settings.getInstance();
|
const settings = await Settings.getInstance();
|
||||||
iframe.classList.remove("hidden");
|
iframe.classList.remove("hidden");
|
||||||
iframe.src = sw.encodeURL(input.value);
|
iframe.src = sw.encodeURL(input.value);
|
||||||
|
buttons();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
@ -102,7 +103,6 @@ const link = Astro.url.searchParams.get("redir");
|
||||||
phlImage.src = object;
|
phlImage.src = object;
|
||||||
bhl.classList.add("hidden");
|
bhl.classList.add("hidden");
|
||||||
phl.classList.remove("hidden");
|
phl.classList.remove("hidden");
|
||||||
buttons();
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue