Commit 8a4c0fe3 authored by LianaHus's avatar LianaHus

standard

parent c609cd8b
...@@ -291,9 +291,9 @@ class CompilerContainer { ...@@ -291,9 +291,9 @@ class CompilerContainer {
? yo`<option value="${build.path}" selected>${build.longVersion}</option>` ? yo`<option value="${build.path}" selected>${build.longVersion}</option>`
: yo`<option value="${build.path}">${build.longVersion}</option>` : yo`<option value="${build.path}">${build.longVersion}</option>`
if (!option.innerText.includes("nightly") || if (!option.innerText.includes('nightly') ||
(option.innerText.includes("nightly") && this._view.includeNightlies.checked)) { (option.innerText.includes('nightly') && this._view.includeNightlies.checked)) {
this._view.versionSelector.appendChild(option) this._view.versionSelector.appendChild(option)
} }
}) })
this._view.versionSelector.removeAttribute('disabled') this._view.versionSelector.removeAttribute('disabled')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment