Fix: hide company and subject panel by clicking subject button
This commit is contained in:
@@ -268,6 +268,9 @@ InputScore.prototype.onClickCompanySubjectButton = function(subjectFullname) {
|
||||
// console.log(this.selectedSubjectData);
|
||||
|
||||
this.timer.setStartTime(this.selectedSubjectData.timeLimit * Timer.TIME_SECONDS_FOR_MINUTE);
|
||||
|
||||
this.setVisibleCompanyPanel(false);
|
||||
this.setVisibleSubjectPanel(false, "");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user