Cosmetic changes

This commit is contained in:
Chrystian Huot 2020-01-30 08:50:42 -05:00
parent 123a104cd1
commit 08a1e83b89

View file

@ -344,7 +344,7 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
this.subscribeSearchForm();
this.subscribeSearchPaginator();
});
})
});
}
@ -458,7 +458,6 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
}
toggleFullscreen(): void {
if (document.fullscreenElement) {
const el: any = document;