Commit caa6ea61 authored by Randall Leeds's avatar Randall Leeds

When updating the viewer, don't change the route

Fixes #790
parent df655869
...@@ -300,7 +300,6 @@ class Hypothesis extends Annotator ...@@ -300,7 +300,6 @@ class Hypothesis extends Annotator
($location, $rootScope) => ($location, $rootScope) =>
@buildReplyList annotations @buildReplyList annotations
$rootScope.annotations = annotations $rootScope.annotations = annotations
$location.path('/viewer').replace()
$rootScope.$digest() $rootScope.$digest()
] ]
this this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment