Adding comments to solo functions, prevent continuing process without selected solo
Jenkins Production Deployment
Jenkins Production Deployment
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
<div id="which-solo" class="visible-{{this.currentPage === 4}}">
|
||||
<p>Select the Solo that has been played:</p>
|
||||
<div class="togglebtn active-{{isSoloActive(solo)}}" *ngFor="let solo of getAllPossibleSolos()" (click)="toggleSolo(solo)">{{solo.toString()}}</div>
|
||||
<button (click)="switchToNextPage()">Next</button>
|
||||
<p id="solo-warn" *ngIf="noSoloSelectedYet()">Please select a solo to continue</p>
|
||||
<button (click)="switchToNextPage()" [disabled]="noSoloSelectedYet()">Next</button>
|
||||
</div>
|
||||
<div id="extra-points" class="visible-{{this.currentPage === 5}}">
|
||||
<p>Extra Points</p>
|
||||
|
||||
Reference in New Issue
Block a user