From 1263fc4e6eff9ba4bf4c706c6e37c2e556bf8eb5 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 19 Feb 2018 10:38:24 +0100 Subject: Improve comment highlighting --- client/src/app/videos/+video-watch/video-watch-routing.module.ts | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client/src/app/videos/+video-watch/video-watch-routing.module.ts') diff --git a/client/src/app/videos/+video-watch/video-watch-routing.module.ts b/client/src/app/videos/+video-watch/video-watch-routing.module.ts index 72f76ab46..bdd4f945e 100644 --- a/client/src/app/videos/+video-watch/video-watch-routing.module.ts +++ b/client/src/app/videos/+video-watch/video-watch-routing.module.ts @@ -10,11 +10,6 @@ const videoWatchRoutes: Routes = [ path: '', component: VideoWatchComponent, canActivate: [ MetaGuard ] - }, - { - path: 'comment/:commentId', - component: VideoWatchComponent, - canActivate: [ MetaGuard ] } ] -- cgit v1.2.3