mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
remove all jquery dependencies from popup
This commit is contained in:
@@ -4,8 +4,7 @@ angular
|
||||
.controller('toolsExportController', function ($scope, $state, toastr, $q, $analytics,
|
||||
i18nService, cryptoService, userService, folderService, cipherService, $window, constantsService) {
|
||||
$scope.i18n = i18nService;
|
||||
|
||||
$('#master-password').focus();
|
||||
document.getElementById('master-password').focus();
|
||||
|
||||
$scope.submitPromise = null;
|
||||
$scope.submit = function () {
|
||||
|
||||
Reference in New Issue
Block a user