diff --git a/src/main/webapp/app/entities/project/project-detail.component.ts b/src/main/webapp/app/entities/project/project-detail.component.ts index 2261b4e87..0de866fc3 100644 --- a/src/main/webapp/app/entities/project/project-detail.component.ts +++ b/src/main/webapp/app/entities/project/project-detail.component.ts @@ -15,7 +15,7 @@ interface TabOptions { selector: 'jhi-project-detail', changeDetection: ChangeDetectionStrategy.OnPush, templateUrl: './project-detail.component.html', - styleUrls: ['project-detail.component.scss', '../../../content/scss/_print.scss'], + styleUrls: ['project-detail.component.scss'], }) export class ProjectDetailComponent implements OnInit, OnDestroy { private subscription = new Subscription(); diff --git a/src/main/webapp/app/layouts/main/main.component.ts b/src/main/webapp/app/layouts/main/main.component.ts index 9348fd838..d816b41ce 100644 --- a/src/main/webapp/app/layouts/main/main.component.ts +++ b/src/main/webapp/app/layouts/main/main.component.ts @@ -28,6 +28,5 @@ export class JhiMainComponent implements OnInit { } }); this.isPrintLocked$ = this.printService.isPrintLocked$; - //this.isPrintLocked$.subscribe(setTo => console.log("now we updated main.html")); } } diff --git a/src/main/webapp/app/shared/subject/subject-pair-dialog.component.html b/src/main/webapp/app/shared/subject/subject-pair-dialog.component.html index 7fe1929cf..270435d1a 100644 --- a/src/main/webapp/app/shared/subject/subject-pair-dialog.component.html +++ b/src/main/webapp/app/shared/subject/subject-pair-dialog.component.html @@ -8,7 +8,7 @@ (click)="clear()">× -