Returned a semi
This commit is contained in:
parent
0266b2a559
commit
fd07001983
@ -304,7 +304,7 @@ class GenericForm extends HTMLElement {
|
|||||||
if (!url.startsWith("/")) {
|
if (!url.startsWith("/")) {
|
||||||
fullUrl.searchParams.set('url', url);
|
fullUrl.searchParams.set('url', url);
|
||||||
}
|
}
|
||||||
this.loadForm(fullUrl.toString())
|
this.loadForm(fullUrl.toString());
|
||||||
} else {
|
} else {
|
||||||
this.container.textContent = "No URL provided!";
|
this.container.textContent = "No URL provided!";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user