update startup wizard

This commit is contained in:
Luke Pulverenti 2015-08-22 14:15:35 -04:00
parent b91250950f
commit 31454fbeb1
2 changed files with 9 additions and 0 deletions

View File

@ -67,6 +67,7 @@
} else {
Dashboard.navigate('wizardagreement.html');
}
});
}

View File

@ -22,6 +22,14 @@
Dashboard.hideLoadingMsg();
navigateToNextPage(config);
}).fail(function () {
Dashboard.hideLoadingMsg();
Dashboard.alert({
message: Globalize.translate('ErrorSavingTvProvider')
});
});
});