Actually allow build
This commit is contained in:
parent
68b1b4c2e2
commit
b5e9bdb1d5
1 changed files with 2 additions and 2 deletions
|
|
@ -61,8 +61,8 @@ const t = useTranslations(lang);
|
||||||
const input = document.getElementById("nebula-input") as HTMLInputElement;
|
const input = document.getElementById("nebula-input") as HTMLInputElement;
|
||||||
const iframe = document.getElementById("neb-iframe") as HTMLIFrameElement;
|
const iframe = document.getElementById("neb-iframe") as HTMLIFrameElement;
|
||||||
const omnibox = document.getElementById("omnibox") as HTMLDivElement;
|
const omnibox = document.getElementById("omnibox") as HTMLDivElement;
|
||||||
let epoxyClientOptions = null;
|
let epoxyClientOptions: any = null;
|
||||||
let epoxyClient = null;
|
let epoxyClient: any = null;
|
||||||
input?.addEventListener("keypress", function (event: any) {
|
input?.addEventListener("keypress", function (event: any) {
|
||||||
if (event.key === "Enter") {
|
if (event.key === "Enter") {
|
||||||
initSw().then(() => {
|
initSw().then(() => {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue