Skip to content
Snippets Groups Projects
Commit d9b99746 authored by Stefan Plociennik's avatar Stefan Plociennik
Browse files

removes unused code and comments

parent d1822e1a
No related merge requests found
...@@ -199,14 +199,6 @@ ...@@ -199,14 +199,6 @@
</mat-card> </mat-card>
<mat-accordion> <mat-accordion>
<!-- <mat-expansion-panel class="color-surface" hideToggle *ngIf="keywords.length === 0 || (searchMode && filteredKeywords.length === 0)">
<mat-expansion-panel-header class="color-surface">
<mat-panel-title fxLayoutAlign="center">
{{'topic-cloud-dialog.no-keywords-note' | translate}}
</mat-panel-title>
</mat-expansion-panel-header>
</mat-expansion-panel> -->
<mat-expansion-panel class="color-surface" (opened)="panelOpenState = true" (closed)="panelOpenState = edit = false" <mat-expansion-panel class="color-surface" (opened)="panelOpenState = true" (closed)="panelOpenState = edit = false"
*ngFor="let keyword of *ngFor="let keyword of
(searchMode ? filteredKeywords : keywords); let i = index" [attr.data-index]="i"> (searchMode ? filteredKeywords : keywords); let i = index" [attr.data-index]="i">
......
...@@ -43,9 +43,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy { ...@@ -43,9 +43,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy {
showSettingsPanel = false; showSettingsPanel = false;
keywordORfulltext: string = undefined; keywordORfulltext: string = undefined;
userRole: UserRole; userRole: UserRole;
@ViewChild('allSelectedDE') allSelectedDE2;
// @ViewChild('allSelectedEN') allSelectedEN;
allSelectedDE = true; allSelectedDE = true;
allSelectedEN = true; allSelectedEN = true;
spacyLabels: Labels; spacyLabels: Labels;
...@@ -112,7 +109,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy { ...@@ -112,7 +109,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy {
} }
}); });
}); });
// this.checkIfThereAreQuestions();
this.sortQuestions(); this.sortQuestions();
}); });
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment