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:
2
jslib
2
jslib
Submodule jslib updated: 7fb5a1ca0a...a69d6f8293
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user