From 05a1beebaf198bfc413f3a7b9c55ff59adbcf580 Mon Sep 17 00:00:00 2001 From: dkanada Date: Thu, 25 Apr 2019 11:16:01 -0700 Subject: [PATCH 1/2] move livetv controller to the old location --- src/{controllers => scripts}/livetvseriestimers.js | 0 src/scripts/routes.js | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename src/{controllers => scripts}/livetvseriestimers.js (100%) diff --git a/src/controllers/livetvseriestimers.js b/src/scripts/livetvseriestimers.js similarity index 100% rename from src/controllers/livetvseriestimers.js rename to src/scripts/livetvseriestimers.js diff --git a/src/scripts/routes.js b/src/scripts/routes.js index 070cfdc10a..419f5a8c89 100644 --- a/src/scripts/routes.js +++ b/src/scripts/routes.js @@ -166,7 +166,7 @@ define([ defineRoute({ path: "/livetvseriestimer.html", autoFocus: false, - controller: "livetvseriestimer" + controller: "scripts/livetvseriestimer" }); defineRoute({ path: "/livetvsettings.html", @@ -432,4 +432,4 @@ define([ isDefaultRoute: true, autoFocus: false, }); -}); \ No newline at end of file +}); From 6c7d64b4de8e0100123fcacc70e4e1bdb05b9c82 Mon Sep 17 00:00:00 2001 From: dkanada Date: Thu, 25 Apr 2019 11:16:11 -0700 Subject: [PATCH 2/2] remove unnecessary route --- src/scripts/routes.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/scripts/routes.js b/src/scripts/routes.js index 419f5a8c89..37f3b2dc6f 100644 --- a/src/scripts/routes.js +++ b/src/scripts/routes.js @@ -163,11 +163,6 @@ define([ autoFocus: false, roles: "admin" }); - defineRoute({ - path: "/livetvseriestimer.html", - autoFocus: false, - controller: "scripts/livetvseriestimer" - }); defineRoute({ path: "/livetvsettings.html", autoFocus: false