mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-15 08:23:08 +00:00
Use deploy date.
This commit is contained in:
parent
78e8a8319d
commit
93934b9c8f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ define [
|
||||||
newAddCommentUI: false # Test new UI for adding comments; remove afterwards.
|
newAddCommentUI: false # Test new UI for adding comments; remove afterwards.
|
||||||
|
|
||||||
$scope.shouldABAddCommentBtn = false
|
$scope.shouldABAddCommentBtn = false
|
||||||
if $scope.user.signUpDate >= '2016-03-22'
|
if $scope.user.signUpDate >= '2017-03-27'
|
||||||
sixpack.participate "add-comment-btn", [ "default", "editor-corner" ], (variation) ->
|
sixpack.participate "add-comment-btn", [ "default", "editor-corner" ], (variation) ->
|
||||||
$scope.shouldABAddCommentBtn = true
|
$scope.shouldABAddCommentBtn = true
|
||||||
$scope.variationABAddCommentBtn = variation
|
$scope.variationABAddCommentBtn = variation
|
||||||
|
|
Loading…
Reference in a new issue