From 3f85c3813725dc0c3f717c02e72a3c2e7bca72f2 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 8 Jan 2019 13:01:05 -0600 Subject: [PATCH] cleanup podcast episodes table orphaned code --- airtime_mvc/application/views/scripts/showbuilder/index.phtml | 1 - airtime_mvc/public/js/airtime/library/library.js | 1 - 2 files changed, 2 deletions(-) diff --git a/airtime_mvc/application/views/scripts/showbuilder/index.phtml b/airtime_mvc/application/views/scripts/showbuilder/index.phtml index 9a8a4316d..b5093d583 100644 --- a/airtime_mvc/application/views/scripts/showbuilder/index.phtml +++ b/airtime_mvc/application/views/scripts/showbuilder/index.phtml @@ -16,7 +16,6 @@
-
diff --git a/airtime_mvc/public/js/airtime/library/library.js b/airtime_mvc/public/js/airtime/library/library.js index 39b7e806c..8921da1b2 100644 --- a/airtime_mvc/public/js/airtime/library/library.js +++ b/airtime_mvc/public/js/airtime/library/library.js @@ -92,7 +92,6 @@ var AIRTIME = (function(AIRTIME) { mod.DataTableTypeEnum = Object.freeze({ LIBRARY : "library", PODCAST : "podcast", - PODCAST_EPISODES: "podcastEpisodes" }); // TODO: once the new manual pages are added, change links!