Returned a semi

This commit is contained in:
BordedDev 2025-03-08 21:18:20 +01:00
parent 0266b2a559
commit fd07001983
No known key found for this signature in database
GPG Key ID: C5F495EAE56673BF

View File

@ -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!";
}