mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
remove excessive code
removed analytics and excessive components from jslib
This commit is contained in:
parent
a04a6026c7
commit
0ed08cca23
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 7fb5a1ca0a2a478ddd06ae2a3427dbb10e8e7f4e
|
||||
Subproject commit a69d6f8293ac9f5ab4c5ed28785b124971689ef6
|
@ -135,7 +135,6 @@ export class OptionsComponent implements OnInit {
|
||||
async updateDisableBadgeCounter() {
|
||||
await this.storageService.save(ConstantsService.disableBadgeCounterKey, this.disableBadgeCounter);
|
||||
await this.stateService.save(ConstantsService.disableBadgeCounterKey, this.disableBadgeCounter);
|
||||
this.callAnalytics('Badge Counter', !this.disableBadgeCounter);
|
||||
}
|
||||
|
||||
async updateShowCards() {
|
||||
|
Loading…
Reference in New Issue
Block a user