1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-17 08:43:33 +00:00

remove excessive code

removed analytics and excessive components from jslib
This commit is contained in:
Vlad
2021-02-25 21:47:35 +03:00
parent a04a6026c7
commit 0ed08cca23
2 changed files with 1 additions and 2 deletions

2
jslib

Submodule jslib updated: 7fb5a1ca0a...a69d6f8293

View File

@@ -135,7 +135,6 @@ export class OptionsComponent implements OnInit {
async updateDisableBadgeCounter() { async updateDisableBadgeCounter() {
await this.storageService.save(ConstantsService.disableBadgeCounterKey, this.disableBadgeCounter); await this.storageService.save(ConstantsService.disableBadgeCounterKey, this.disableBadgeCounter);
await this.stateService.save(ConstantsService.disableBadgeCounterKey, this.disableBadgeCounter); await this.stateService.save(ConstantsService.disableBadgeCounterKey, this.disableBadgeCounter);
this.callAnalytics('Badge Counter', !this.disableBadgeCounter);
} }
async updateShowCards() { async updateShowCards() {