We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 395ec42 commit 934367bCopy full SHA for 934367b
1 file changed
src/app/shared/carousel/carousel.component.ts
@@ -58,11 +58,6 @@ export class CarouselComponent implements OnInit {
58
*/
59
description: string;
60
61
- /**
62
- * Current url
63
- */
64
- currentURL: string;
65
-
66
/**
67
* Auto slider paused
68
@@ -99,7 +94,6 @@ export class CarouselComponent implements OnInit {
99
94
this.link = this.carouselOptions.link;
100
95
this.description = this.carouselOptions.description;
101
96
this.bundle = this.carouselOptions.bundle ?? 'ORIGINAL';
102
- this.currentURL = this._window.nativeWindow.location.origin;
103
97
104
98
this.findAllBitstreamImages().subscribe((res) => {
105
this.itemToImageHrefMap$.next(res);
0 commit comments