remove podcast pane close upon save

This commit is contained in:
ryan 2018-12-14 15:26:37 -06:00
parent 15cf291bc9
commit 5829996202
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ var AIRTIME = (function (AIRTIME) {
self.onSaveCallback = function () {
AIRTIME.library.podcastDataTable.fnDraw();
tab.close();
};
/**