if (savedFormData.subject) subject = savedFormData.subject;
// Restore saved form data
if (savedFormData.content) content = savedFormData.content;
if (savedFormData.subject) subject = savedFormData.subject;
if (savedFormData.content) content = savedFormData.content;
// Submit the issue
submitIssue();
// Submit the issue
}
submitIssue();
}
});
</script>
</script>
<divclass='w-full flex justify-center'>
<divclass='w-full flex justify-center'>
@ -286,7 +289,7 @@
If you are logged into the Alexandria web application (using the button at the top-right of the window), then you can use the form, below, to submit an issue, that will appear on our repo page.
If you are logged into the Alexandria web application (using the button at the top-right of the window), then you can use the form, below, to submit an issue, that will appear on our repo page.