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

@ -1 +1 @@
Subproject commit 7fb5a1ca0a2a478ddd06ae2a3427dbb10e8e7f4e
Subproject commit a69d6f8293ac9f5ab4c5ed28785b124971689ef6

View File

@ -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() {