Commit 5d37b53e authored by Nick Stenning's avatar Nick Stenning

Only render unanchored notice if feature turned on

*N.B.* This does not fix the underlying problem, but it does make it
possible to deploy the existing codebase without breaking everything in
production.
parent 87665a80
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
</li> </li>
</ul> </ul>
<footer class="thread-anchor-notice" ng-if="!vm.container.message.$anchored"> <footer class="thread-anchor-notice"
ng-if="feature('show_unanchored_annotations') && !vm.container.message.$anchored">
<em>We can't find the exact position of this annotation.</em> <em>We can't find the exact position of this annotation.</em>
</footer> </footer>
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