Skip to content
Snippets Groups Projects
Verified Commit fb506f8d authored by Damien's avatar Damien
Browse files

FEAT #8731 header infos again

parent 05b9582b
No related branches found
No related tags found
No related merge requests found
...@@ -60,7 +60,7 @@ export class NotificationsAdministrationComponent implements OnInit { ...@@ -60,7 +60,7 @@ export class NotificationsAdministrationComponent implements OnInit {
this.dataSource.filter = filterValue; this.dataSource.filter = filterValue;
} }
constructor(changeDetectorRef: ChangeDetectorRef, media: MediaMatcher, public http: HttpClient, private notify: NotificationService, , private headerService: HeaderService) { constructor(changeDetectorRef: ChangeDetectorRef, media: MediaMatcher, public http: HttpClient, private notify: NotificationService, private headerService: HeaderService) {
$j("link[href='merged_css.php']").remove(); $j("link[href='merged_css.php']").remove();
this.mobileQuery = media.matchMedia('(max-width: 768px)'); this.mobileQuery = media.matchMedia('(max-width: 768px)');
this._mobileQueryListener = () => changeDetectorRef.detectChanges(); this._mobileQueryListener = () => changeDetectorRef.detectChanges();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment