* SAAS-1182 - added sanity checks and additional logic to rss import and episode generation
* SAAS-1184 - started work on podcast UI polishing * Fixed pull request issues
This commit is contained in:
parent
1bc0f9e54b
commit
0360b5e460
8 changed files with 59 additions and 32 deletions
|
@ -1274,7 +1274,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
var dialog = $("#podcast_episode_dialog").html(episode.description);
|
||||
dialog.html(dialog.text());
|
||||
dialog.dialog({
|
||||
title: $.i18n._(episode.title),
|
||||
title: episode.title,
|
||||
width: "auto",
|
||||
height: "auto",
|
||||
modal: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue