update podcast tab name upon smartblock generation
This commit is contained in:
parent
455d3a1500
commit
d2167f6f2c
|
@ -85,6 +85,7 @@ var AIRTIME = (function (AIRTIME) {
|
||||||
})
|
})
|
||||||
.success(function () {
|
.success(function () {
|
||||||
AIRTIME.library.podcastDataTable.fnDraw();
|
AIRTIME.library.podcastDataTable.fnDraw();
|
||||||
|
self.$scope.tab.setName(self.$scope.podcast.title);
|
||||||
});
|
});
|
||||||
|
|
||||||
// redraw list of smartblocks just in case they have it visible on the left
|
// redraw list of smartblocks just in case they have it visible on the left
|
||||||
|
|
Loading…
Reference in New Issue