mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-04 22:59:01 +02:00
Cleanup.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user