* slideshow goes to non-fixed watchers now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user