mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-25 12:15:18 +01:00
close add/edit pages after save
This commit is contained in:
parent
8762d246cf
commit
a2916418ac
@ -43,6 +43,7 @@
|
||||
}).then(function (site) {
|
||||
return saveSite(site).then(function (site) {
|
||||
toastr.success('Added site');
|
||||
$scope.close();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
@ -48,6 +48,7 @@ angular
|
||||
}).then(function (site) {
|
||||
return saveSite(site).then(function (site) {
|
||||
toastr.success('Edited site');
|
||||
$scope.close();
|
||||
});
|
||||
});
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user