|
|
@ -211,6 +211,9 @@ staticAnalysisView.prototype.checkModule = function (event) { |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
staticAnalysisView.prototype.correctRunBtnDisabled = function () { |
|
|
|
staticAnalysisView.prototype.correctRunBtnDisabled = function () { |
|
|
|
|
|
|
|
if (!this.view) { |
|
|
|
|
|
|
|
return |
|
|
|
|
|
|
|
} |
|
|
|
const selected = this.view.querySelectorAll('[name="staticanalysismodule"]:checked') |
|
|
|
const selected = this.view.querySelectorAll('[name="staticanalysismodule"]:checked') |
|
|
|
if (this.lastCompilationResult && selected.length !== 0) { |
|
|
|
if (this.lastCompilationResult && selected.length !== 0) { |
|
|
|
this.runBtn.removeAttribute('disabled') |
|
|
|
this.runBtn.removeAttribute('disabled') |
|
|
|