assets: Run ts-standard
This commit is contained in:
parent
ef4ed86bc2
commit
78976d0179
27 changed files with 155 additions and 157 deletions
|
|
@ -14,11 +14,11 @@ const iipserver = document.getElementById('iipserver') as HTMLInputElement
|
|||
system.addEventListener('submit', (evt) => {
|
||||
evt.preventDefault()
|
||||
|
||||
const flavorElement = document.querySelector('input[name="flavor"]:checked');
|
||||
const flavor = (flavorElement instanceof HTMLInputElement) ? flavorElement.value : "";
|
||||
const flavorElement = document.querySelector('input[name="flavor"]:checked')
|
||||
const flavor = (flavorElement instanceof HTMLInputElement) ? flavorElement.value : ''
|
||||
|
||||
Provision({
|
||||
Slug: slug.value,
|
||||
Provision({
|
||||
Slug: slug.value,
|
||||
Flavor: flavor,
|
||||
System: { PHP: php.value, IIPServer: iipserver.checked, OpCacheDevelopment: opcacheDevelopment.checked, ContentSecurityPolicy: contentSecurityPolicy.value }
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue