Refresh podcast tabs on focus to have better synchronization with auto-ingest backend

This commit is contained in:
Duncan Sommerville 2015-10-28 13:43:21 -04:00
parent e8643e04eb
commit 05f51a9a2d
3 changed files with 21 additions and 2 deletions

View file

@ -327,6 +327,13 @@ var AIRTIME = (function(AIRTIME){
$("#show_builder_table_wrapper").css("top", h + 5);
};
/**
* Expose the Tab object so it can be subclassed
*
* @type {Function}
*/
mod.Tab = Tab;
return AIRTIME;
}(AIRTIME || {}));