Added form preloading, and autofocus on the first input element #26
@ -304,7 +304,7 @@ class GenericForm extends HTMLElement {
|
||||
if (!url.startsWith("/")) {
|
||||
fullUrl.searchParams.set('url', url);
|
||||
}
|
||||
this.loadForm(fullUrl.toString())
|
||||
this.loadForm(fullUrl.toString());
|
||||
} else {
|
||||
this.container.textContent = "No URL provided!";
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user