1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

loadvault for current tab in background

This commit is contained in:
Kyle Spearrin 2017-01-26 17:53:16 -05:00
parent 4df99d2d50
commit c2c80bbb26

View File

@ -15,7 +15,7 @@ angular
$scope.loaded = false;
$scope.$on('$viewContentLoaded', function () {
$timeout(loadVault, 0);
$timeout(loadVault, 100);
});
function loadVault() {