Update SNJS

This commit is contained in:
Mo Bitar
2020-03-14 11:06:03 -05:00
parent 444c18bbde
commit 8fcfef08a6
22 changed files with 89726 additions and 68 deletions

View File

@@ -254,7 +254,7 @@ class FooterCtrl extends PureCtrl {
this.isRefreshing = false;
}, 200);
if (response && response.error) {
this.application.alertManager.alert({
this.application.alertService.alert({
text: STRING_GENERIC_SYNC_ERROR
});
} else {
@@ -273,7 +273,7 @@ class FooterCtrl extends PureCtrl {
clickedNewUpdateAnnouncement() {
this.newUpdateAvailable = false;
this.application.alertManager.alert({
this.application.alertService.alert({
text: STRING_NEW_UPDATE_READY
});
}