mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-28 12:45:45 +01:00
loadvault for current tab in background
This commit is contained in:
parent
4df99d2d50
commit
c2c80bbb26
@ -15,7 +15,7 @@ angular
|
|||||||
$scope.loaded = false;
|
$scope.loaded = false;
|
||||||
|
|
||||||
$scope.$on('$viewContentLoaded', function () {
|
$scope.$on('$viewContentLoaded', function () {
|
||||||
$timeout(loadVault, 0);
|
$timeout(loadVault, 100);
|
||||||
});
|
});
|
||||||
|
|
||||||
function loadVault() {
|
function loadVault() {
|
||||||
|
Loading…
Reference in New Issue
Block a user