* slideshow goes to non-fixed watchers now
This commit is contained in:
parent
ad8f5491b5
commit
270a55f6b9
@ -30,7 +30,7 @@ export class SlideShowService {
|
||||
case this.slides.length + 1:
|
||||
this.currentSlideIndex = -1;
|
||||
this.reloadSlides();
|
||||
this.router.navigate(['/watchers-fixed']);
|
||||
this.router.navigate(['/watchers']);
|
||||
break;
|
||||
default:
|
||||
this.oddEven = !this.oddEven;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user