From 5b643af505efefb5995b5ede84760ff2e135eb67 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 60d3a5e196..a63f26034a 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 bd0a4e435d..11b0749dcc 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 134dea36bd..f871dac182 100644 --- a/dashboard-ui/wizardlivetvguide.html +++ b/dashboard-ui/wizardlivetvguide.html @@ -16,6 +16,7 @@
${AdditionalLiveTvProvidersCanBeInstalledLater}