mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
remove unused currentYear
This commit is contained in:
@@ -4,7 +4,6 @@ angular
|
|||||||
.controller('mainController', function ($scope, $transitions, $state, authService, toastr, i18nService, $analytics, utilsService,
|
.controller('mainController', function ($scope, $transitions, $state, authService, toastr, i18nService, $analytics, utilsService,
|
||||||
$window) {
|
$window) {
|
||||||
var self = this;
|
var self = this;
|
||||||
self.currentYear = new Date().getFullYear();
|
|
||||||
self.animation = '';
|
self.animation = '';
|
||||||
self.xsBody = $window.screen.availHeight < 600;
|
self.xsBody = $window.screen.availHeight < 600;
|
||||||
self.smBody = !self.xsBody && $window.screen.availHeight <= 800;
|
self.smBody = !self.xsBody && $window.screen.availHeight <= 800;
|
||||||
|
|||||||
Reference in New Issue
Block a user