CC-6075 - fix error
This commit is contained in:
parent
74a1e0929d
commit
096c96b1b6
1 changed files with 1 additions and 1 deletions
|
@ -1154,7 +1154,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
|
||||
mod.fnDelete = function(plid, tabId) {
|
||||
var url, id, lastMod, type, pl = (tabId === undefined) ? $pl : $('#pl-tab-content' + tabId);
|
||||
var url, id, lastMod, type, pl = (tabId === undefined) ? $pl : $('#pl-tab-content-' + tabId);
|
||||
|
||||
stopAudioPreview();
|
||||
id = (plid === undefined) ? getId() : plid;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue