only run participate test for sign up if user has no projects

This commit is contained in:
Henry Oswald 2015-11-10 14:06:06 +00:00
parent 23fd12c67d
commit 5598624ee1

View file

@ -11,12 +11,14 @@ define [
$scope.predicate = "lastUpdated" $scope.predicate = "lastUpdated"
$scope.reverse = true $scope.reverse = true
if $scope.projects.length > 0
sixpack.participate 'first_sign_up', ['default', 'minimial'], (chosenVariation, rawResponse)-> $scope.first_sign_up = "default"
$scope.first_sign_up = chosenVariation else
$timeout () -> sixpack.participate 'first_sign_up', ['default', 'minimial'], (chosenVariation, rawResponse)->
recalculateProjectListHeight() $scope.first_sign_up = chosenVariation
, 10 $timeout () ->
recalculateProjectListHeight()
, 10
recalculateProjectListHeight = () -> recalculateProjectListHeight = () ->
topOffset = $(".project-list-card")?.offset()?.top topOffset = $(".project-list-card")?.offset()?.top