podcasts: open edit pane upon submission of popup
This commit is contained in:
parent
cb0daddaf5
commit
bd409fa100
|
@ -507,6 +507,7 @@ var AIRTIME = (function (AIRTIME) {
|
||||||
AIRTIME.library.podcastTableWidget.clearSelection();
|
AIRTIME.library.podcastTableWidget.clearSelection();
|
||||||
AIRTIME.library.setCurrentTable(AIRTIME.library.DataTableTypeEnum.PODCAST_EPISODES);
|
AIRTIME.library.setCurrentTable(AIRTIME.library.DataTableTypeEnum.PODCAST_EPISODES);
|
||||||
$("#podcast_url_dialog").dialog("close");
|
$("#podcast_url_dialog").dialog("close");
|
||||||
|
_initAppFromResponse(json);
|
||||||
}).fail(function (e) {
|
}).fail(function (e) {
|
||||||
var errors = $("#podcast_url_dialog").find(".errors");
|
var errors = $("#podcast_url_dialog").find(".errors");
|
||||||
errors.show(200).text(e.responseText);
|
errors.show(200).text(e.responseText);
|
||||||
|
|
Loading…
Reference in New Issue