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:
@@ -9,7 +9,7 @@ angular
|
||||
$scope.i18n = i18nService;
|
||||
$scope.showFolderCounts = !utilsService.isEdge();
|
||||
$scope.showOnlyFolderView = utilsService.isEdge();
|
||||
$('#search').focus();
|
||||
document.getElementById('search').focus();
|
||||
|
||||
var syncOnLoad = $stateParams.syncOnLoad;
|
||||
if (syncOnLoad) {
|
||||
|
||||
Reference in New Issue
Block a user