1
0
mirror of https://github.com/bitwarden/web synced 2025-12-10 13:23:15 +00:00

outdated browser and edge checks for pbkdf2

This commit is contained in:
Kyle Spearrin
2017-07-09 00:23:26 -04:00
parent b9cbc1546c
commit 204ee72926
3 changed files with 12 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ angular
vm.usingControlSidebar = vm.openControlSidebar = false;
vm.searchVaultText = null;
vm.version = appSettings.version;
vm.outdatedBrowser = navigator.userAgent.indexOf('MSIE') !== -1;
$scope.currentYear = new Date().getFullYear();
@@ -94,6 +95,10 @@ angular
});
};
$scope.updateBrowser = function () {
$window.open('https://browser-update.org/update.html', '_blank');
};
// Append dropdown menu somewhere else
var bodyScrollbarWidth,
appendedDropdownMenu,