Fix: hide company and subject panel by clicking subject button

This commit is contained in:
2018-12-13 00:46:03 +09:00
parent 537b0c1db1
commit 3cfc37b76e
2 changed files with 18 additions and 12 deletions
+3
View File
@@ -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, "");
}