mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
initListSectionItemListeners
This commit is contained in:
@@ -7,14 +7,7 @@
|
||||
};
|
||||
|
||||
$('#name').focus();
|
||||
$('.list-section-item').click(function (e) {
|
||||
e.preventDefault();
|
||||
$(this).find('input[type="text"], textarea, select').focus();
|
||||
var checkbox = $(this).find('input[type="checkbox"]');
|
||||
if (checkbox.length > 0) {
|
||||
checkbox.prop('checked', !checkbox.is(':checked'));
|
||||
}
|
||||
});
|
||||
popupUtils.initListSectionItemListeners();
|
||||
|
||||
$scope.savePromise = null;
|
||||
$scope.save = function (model) {
|
||||
|
||||
Reference in New Issue
Block a user