Fix tabs bugs and podcast auto-ingest error

This commit is contained in:
Duncan Sommerville 2015-10-30 10:29:22 -04:00
parent d08e19a93a
commit 9af7f6dcdd
5 changed files with 26 additions and 19 deletions

View file

@ -253,6 +253,7 @@ var AIRTIME = (function(AIRTIME){
*/
mod.initScheduleTab = function() {
$scheduleTab = Object.freeze(new ScheduleTab());
$activeTab = $scheduleTab;
};
/**