mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Cleanup.
This commit is contained in:
parent
b6d237e189
commit
270bf81667
2 changed files with 1 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -137,9 +137,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
.toolbar.toolbar-with-labels {
|
||||
}
|
||||
|
||||
.toolbar-label {
|
||||
display: inline-block;
|
||||
margin: 0 4px;
|
||||
|
|
Loading…
Reference in a new issue