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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user