podcasts: open edit pane upon submission of popup

This commit is contained in:
ryan 2018-12-20 13:23:13 -06:00
parent cb0daddaf5
commit bd409fa100
1 changed files with 1 additions and 0 deletions

View File

@ -507,6 +507,7 @@ var AIRTIME = (function (AIRTIME) {
AIRTIME.library.podcastTableWidget.clearSelection();
AIRTIME.library.setCurrentTable(AIRTIME.library.DataTableTypeEnum.PODCAST_EPISODES);
$("#podcast_url_dialog").dialog("close");
_initAppFromResponse(json);
}).fail(function (e) {
var errors = $("#podcast_url_dialog").find(".errors");
errors.show(200).text(e.responseText);