1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

alerts and redirects for settings

This commit is contained in:
Kyle Spearrin
2016-09-20 11:38:43 -04:00
parent 5fef6837b7
commit 5badea2d9d
6 changed files with 65 additions and 41 deletions

View File

@@ -22,8 +22,8 @@
showCancelButton: true,
confirmButtonText: 'Yes',
cancelButtonText: 'Cancel'
}, function (confirm) {
if (confirm) {
}, function (confirmed) {
if (confirmed) {
chrome.tabs.create({ url: 'https://vault.bitwarden.com' });
}
});