mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Cosmetic changes
This commit is contained in:
parent
123a104cd1
commit
08a1e83b89
|
|
@ -344,7 +344,7 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
|
||||||
this.subscribeSearchForm();
|
this.subscribeSearchForm();
|
||||||
this.subscribeSearchPaginator();
|
this.subscribeSearchPaginator();
|
||||||
});
|
});
|
||||||
})
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -458,7 +458,6 @@ export class AppRdioScannerComponent implements OnDestroy, OnInit {
|
||||||
}
|
}
|
||||||
|
|
||||||
toggleFullscreen(): void {
|
toggleFullscreen(): void {
|
||||||
|
|
||||||
if (document.fullscreenElement) {
|
if (document.fullscreenElement) {
|
||||||
const el: any = document;
|
const el: any = document;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue