Merge branch 'saas-dev-publishing' of github.com:sourcefabric/Airtime into saas-dev-publishing
Conflicts: airtime_mvc/public/js/airtime/library/podcast.js
This commit is contained in:
commit
3790b0fa81
5 changed files with 291 additions and 174 deletions
|
@ -456,7 +456,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
openTabObjectIds.each(function(i, el) {
|
||||
var v = parseInt($(el).val());
|
||||
if ($.inArray(v, mediaIds) > -1) {
|
||||
AIRTIME.tabs.closeTab($(el).closest(".pl-content").attr("data-tab-id"));
|
||||
AIRTIME.tabs.get($(el).closest(".pl-content").attr("data-tab-id")).close();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue