mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-23 19:02:57 +00:00
Disable mocked feature flag behaviour.
This commit is contained in:
parent
8f9e43f339
commit
9d1d2df977
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ define [
|
|||
|
||||
# TODO Mocked feature flag, remove.
|
||||
$scope.$on "project:joined", () ->
|
||||
$scope.project.features.hasTrackChanges = false
|
||||
$scope.project.features.hasTrackChanges = true
|
||||
|
||||
$scope.SubViews =
|
||||
CUR_FILE : "cur_file"
|
||||
|
|
Loading…
Reference in a new issue