1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 00:03:56 +00:00

Generate andcopy passwords. Save password options

This commit is contained in:
Kyle Spearrin
2016-09-17 22:57:51 -04:00
parent 4105d2b5ad
commit 350d671c26
8 changed files with 145 additions and 28 deletions

View File

@@ -24,6 +24,9 @@
}
else if (checkbox.length > 0) {
checkbox.prop('checked', !checkbox.is(':checked'));
if (angular) {
angular.element(checkbox[0]).triggerHandler('click');
}
}
else if (select.length > 0) {
select.openSelect();