Use deploy date.

This commit is contained in:
Paulo Reis 2017-03-27 09:32:02 +01:00
parent 78e8a8319d
commit 93934b9c8f

View file

@ -30,7 +30,7 @@ define [
newAddCommentUI: false # Test new UI for adding comments; remove afterwards.
$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) ->
$scope.shouldABAddCommentBtn = true
$scope.variationABAddCommentBtn = variation