This commit is contained in:
Paulo Reis 2016-09-27 16:12:45 +01:00
parent b6d237e189
commit 270bf81667
2 changed files with 1 additions and 5 deletions

View file

@ -76,7 +76,7 @@ define [
_abTestStartDate = new Date(Date.UTC(2016, 8, 28))
_userSignUpDate = new Date(window.user.signUpDate)
$scope.shouldABTestHeaderLabels = _userSignUpDate < _abTestStartDate
$scope.shouldABTestHeaderLabels = _userSignUpDate > _abTestStartDate
$scope.headerLabelsABVariant = ""
if ($scope.shouldABTestHeaderLabels)
@ -89,7 +89,6 @@ define [
variant: $scope.headerLabelsABVariant
}
# Tracking code.
$scope.$watch "ui.view", (newView, oldView) ->
if newView? and newView != "editor" and newView != "pdf"

View file

@ -137,9 +137,6 @@
}
}
.toolbar.toolbar-with-labels {
}
.toolbar-label {
display: inline-block;
margin: 0 4px;