update popups

This commit is contained in:
Luke Pulverenti 2015-12-02 22:20:52 -05:00
parent ae5ccc79dc
commit a5be57afdc
19 changed files with 255 additions and 78 deletions

View file

@ -50,7 +50,7 @@
function reloadGuide(page) {
Dashboard.showModalLoadingMsg();
Dashboard.showLoadingMsg();
channelQuery.UserId = Dashboard.getCurrentUserId();
@ -84,7 +84,7 @@
renderGuide(page, date, channelsResult.Items, programsResult.Items);
Dashboard.hideModalLoadingMsg();
Dashboard.hideLoadingMsg();
LibraryBrowser.setLastRefreshed(page);
@ -435,12 +435,12 @@
$('.guideRequiresUnlock', page).hide();
RegistrationServices.validateFeature('livetv').then(function () {
Dashboard.showModalLoadingMsg();
Dashboard.showLoadingMsg();
reloadPageAfterValidation(page, 1000);
}, function () {
Dashboard.showModalLoadingMsg();
Dashboard.showLoadingMsg();
var limit = 5;
$('.guideRequiresUnlock', page).show();