From 3534a863be4520a51db0cfa9373c11e9724004e2 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 5 Jul 2016 12:55:37 -0400 Subject: [PATCH] fix live tv guide config in wizard --- dashboard-ui/components/tvproviders/xmltv.js | 2 +- dashboard-ui/scripts/wizardlivetvguide.js | 2 +- dashboard-ui/wizardlivetvguide.html | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dashboard-ui/components/tvproviders/xmltv.js b/dashboard-ui/components/tvproviders/xmltv.js index 60d3a5e19..a63f26034 100644 --- a/dashboard-ui/components/tvproviders/xmltv.js +++ b/dashboard-ui/components/tvproviders/xmltv.js @@ -159,7 +159,7 @@ } self.submit = function () { - page.querySelector('.btnSubmitListingsContainer').click(); + page.querySelector('.btnSubmitListings').click(); }; function onSelectPathClick(e) { diff --git a/dashboard-ui/scripts/wizardlivetvguide.js b/dashboard-ui/scripts/wizardlivetvguide.js index bd0a4e435..11b0749dc 100644 --- a/dashboard-ui/scripts/wizardlivetvguide.js +++ b/dashboard-ui/scripts/wizardlivetvguide.js @@ -32,7 +32,7 @@ instance.init(); guideController = instance; - $(guideController).on('submitted', skip); + Events.on(guideController, 'submitted', skip); }); }); } diff --git a/dashboard-ui/wizardlivetvguide.html b/dashboard-ui/wizardlivetvguide.html index 134dea36b..f871dac18 100644 --- a/dashboard-ui/wizardlivetvguide.html +++ b/dashboard-ui/wizardlivetvguide.html @@ -16,6 +16,7 @@
${AdditionalLiveTvProvidersCanBeInstalledLater}