mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05: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.
|
# TODO Mocked feature flag, remove.
|
||||||
$scope.$on "project:joined", () ->
|
$scope.$on "project:joined", () ->
|
||||||
$scope.project.features.hasTrackChanges = false
|
$scope.project.features.hasTrackChanges = true
|
||||||
|
|
||||||
$scope.SubViews =
|
$scope.SubViews =
|
||||||
CUR_FILE : "cur_file"
|
CUR_FILE : "cur_file"
|
||||||
|
|
Loading…
Reference in a new issue