Refresh podcast tabs on focus to have better synchronization with auto-ingest backend
This commit is contained in:
parent
e8643e04eb
commit
05f51a9a2d
3 changed files with 21 additions and 2 deletions
|
@ -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 || {}));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue