CC-6075 - fix error

This commit is contained in:
Duncan Sommerville 2015-08-17 17:39:16 -04:00
parent 74a1e0929d
commit 096c96b1b6

View file

@ -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;