From f078fd9a7c0a27971c78f34a08fca64cab56430d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 10 Jul 2013 16:06:11 -0400 Subject: [PATCH] Added new theme song/video endpoints --- dashboard-ui/scripts/dashboardpage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/dashboardpage.js b/dashboard-ui/scripts/dashboardpage.js index 91344b7edf..9c6614bca1 100644 --- a/dashboard-ui/scripts/dashboardpage.js +++ b/dashboard-ui/scripts/dashboardpage.js @@ -429,7 +429,7 @@ }).fail(function () { - Dashboard.showFooterNotification({ html: 'There was an error connecting to the remote Media Browser repository.', id: "MB3ConnectionError" }); + $('#updateFail', page).show(); }); },