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
Branches
Tags
No related merge requests found
......@@ -199,14 +199,6 @@
</mat-card>
<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"
*ngFor="let keyword of
(searchMode ? filteredKeywords : keywords); let i = index" [attr.data-index]="i">
......
......@@ -43,9 +43,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy {
showSettingsPanel = false;
keywordORfulltext: string = undefined;
userRole: UserRole;
@ViewChild('allSelectedDE') allSelectedDE2;
// @ViewChild('allSelectedEN') allSelectedEN;
allSelectedDE = true;
allSelectedEN = true;
spacyLabels: Labels;
......@@ -112,7 +109,6 @@ export class TopicCloudAdministrationComponent implements OnInit, OnDestroy {
}
});
});
// this.checkIfThereAreQuestions();
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