remove podcast pane close upon save
This commit is contained in:
parent
15cf291bc9
commit
5829996202
|
@ -36,7 +36,6 @@ var AIRTIME = (function (AIRTIME) {
|
||||||
|
|
||||||
self.onSaveCallback = function () {
|
self.onSaveCallback = function () {
|
||||||
AIRTIME.library.podcastDataTable.fnDraw();
|
AIRTIME.library.podcastDataTable.fnDraw();
|
||||||
tab.close();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue