diff --git a/src/app/teacher/share-run-dialog/share-run-dialog.component.ts b/src/app/teacher/share-run-dialog/share-run-dialog.component.ts index 31b93fc5486..438d5677134 100644 --- a/src/app/teacher/share-run-dialog/share-run-dialog.component.ts +++ b/src/app/teacher/share-run-dialog/share-run-dialog.component.ts @@ -87,10 +87,6 @@ export class ShareRunDialogComponent extends ShareItemDialogComponent { }); } - ngOnInit() { - super.ngOnInit(); - } - updateAllOwners() { let allOwners = []; allOwners.push({ diff --git a/src/assets/wise5/components/animation/animation-student/animation-student.component.ts b/src/assets/wise5/components/animation/animation-student/animation-student.component.ts index e936bbec63c..b168eb8df24 100644 --- a/src/assets/wise5/components/animation/animation-student/animation-student.component.ts +++ b/src/assets/wise5/components/animation/animation-student/animation-student.component.ts @@ -116,10 +116,6 @@ export class AnimationStudent extends ComponentStudent { this.setupSVG(); } - ngOnDestroy(): void { - super.ngOnDestroy(); - } - setAnimationState(state: string): void { this.animationState = state; } diff --git a/src/assets/wise5/components/discussion/discussion-student/discussion-student.component.ts b/src/assets/wise5/components/discussion/discussion-student/discussion-student.component.ts index cda9e856d14..a4218057112 100644 --- a/src/assets/wise5/components/discussion/discussion-student/discussion-student.component.ts +++ b/src/assets/wise5/components/discussion/discussion-student/discussion-student.component.ts @@ -142,10 +142,6 @@ export class DiscussionStudent extends ComponentStudent { this.broadcastDoneRenderingComponent(); } - ngOnDestroy(): void { - super.ngOnDestroy(); - } - isConnectedComponentShowWorkMode() { if (this.component.hasConnectedComponent()) { let isShowWorkMode = true; diff --git a/src/assets/wise5/components/graph/graph-student/graph-student.component.ts b/src/assets/wise5/components/graph/graph-student/graph-student.component.ts index b580ce6ab85..f1cc87c5c53 100644 --- a/src/assets/wise5/components/graph/graph-student/graph-student.component.ts +++ b/src/assets/wise5/components/graph/graph-student/graph-student.component.ts @@ -163,10 +163,6 @@ export class GraphStudent extends ComponentStudent { }); } - ngOnDestroy(): void { - super.ngOnDestroy(); - } - initializeComponentContentParams() { this.title = this.componentContent.title; this.subtitle = this.componentContent.subtitle; diff --git a/src/assets/wise5/components/summary/summary-student/summary-student.component.ts b/src/assets/wise5/components/summary/summary-student/summary-student.component.ts index feb0415947d..4afe3db2405 100644 --- a/src/assets/wise5/components/summary/summary-student/summary-student.component.ts +++ b/src/assets/wise5/components/summary/summary-student/summary-student.component.ts @@ -83,10 +83,6 @@ export class SummaryStudent extends ComponentStudent { this.setPeriodIdIfNecessary(); } - ngOnDestroy(): void { - super.ngOnDestroy(); - } - getOtherPrompt(nodeId, componentId) { const otherComponent = this.projectService.getComponent(nodeId, componentId); if (otherComponent != null) { diff --git a/src/assets/wise5/components/table/table-student/table-student.component.ts b/src/assets/wise5/components/table/table-student/table-student.component.ts index 4fb57320eb2..073d65dad50 100644 --- a/src/assets/wise5/components/table/table-student/table-student.component.ts +++ b/src/assets/wise5/components/table/table-student/table-student.component.ts @@ -178,10 +178,6 @@ export class TableStudentComponent extends ComponentStudent { } } - ngOnDestroy(): void { - super.ngOnDestroy(); - } - initializeDataExplorer() { this.numDataExplorerSeries = this.componentContent.numDataExplorerSeries; this.dataExplorerGraphTypes = this.componentContent.dataExplorerGraphTypes; diff --git a/src/messages.xlf b/src/messages.xlf index 062626f2e90..6e8b7a129e3 100644 --- a/src/messages.xlf +++ b/src/messages.xlf @@ -9914,7 +9914,7 @@ Click "Cancel" to keep the invalid JSON open so you can fix it.Transferred classroom unit ownership to . src/app/teacher/share-run-dialog/share-run-dialog.component.ts - 213 + 209 @@ -16770,7 +16770,7 @@ Are you sure you want to proceed? You do not have any more chances to receive feedback on your answer. src/assets/wise5/components/animation/animation-student/animation-student.component.ts - 926 + 922 src/assets/wise5/components/openResponse/open-response-student/open-response-student.component.ts @@ -16787,7 +16787,7 @@ Are you sure you want to proceed? Are you ready to receive feedback on this answer? src/assets/wise5/components/animation/animation-student/animation-student.component.ts - 929 + 925 @@ -16796,7 +16796,7 @@ Are you ready to receive feedback on this answer? Are you ready to receive feedback on this answer? src/assets/wise5/components/animation/animation-student/animation-student.component.ts - 933 + 929 src/assets/wise5/components/conceptMap/concept-map-student/concept-map-student.component.ts @@ -18272,7 +18272,7 @@ Category Name: replied to a discussion you were in! src/assets/wise5/components/discussion/discussion-student/discussion-student.component.ts - 224 + 220 @@ -19424,46 +19424,46 @@ Category Name: Are you sure you want to overwrite the current line data? src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 263 + 259 The series you are trying to add a point to is currently hidden. Please show the series by clicking the series name in the legend and try adding the point again. src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 886 + 882 You can not edit this series. Please choose a series that can be edited. src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 900 + 896 Are you sure you want to reset the series? src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 1133 + 1129 Are you sure you want to reset the "" series? src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 1135 + 1131 Trial src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 1552 + 1548 src/assets/wise5/components/graph/graph-student/graph-student.component.ts - 2384 + 2380 @@ -21286,28 +21286,28 @@ If this problem continues, let your teacher know and move on to the next activit You must submit work on "" to view the summary. src/assets/wise5/components/summary/summary-student/summary-student.component.ts - 138 + 134 You must complete "" to view the summary. src/assets/wise5/components/summary/summary-student/summary-student.component.ts - 140 + 136 You must submit work on "" to view the class summary. src/assets/wise5/components/summary/summary-student/summary-student.component.ts - 146 + 142 You must complete "" to view the class summary. src/assets/wise5/components/summary/summary-student/summary-student.component.ts - 148 + 144