CC-6066 - initial work on add/remove content dialog; some selection fixes

This commit is contained in:
Duncan Sommerville 2015-08-21 14:19:28 -04:00
parent f7733757f6
commit 812dca9409
13 changed files with 86 additions and 33 deletions

View file

@ -306,7 +306,7 @@ var AIRTIME = (function(AIRTIME) {
return;
}
var selection = $(".media_type_selector.selected").attr("selection_id");
var selection = $(".media_type_selector.selected").attr("data-selection-id");
if (selection == 2) {
AIRTIME.playlist.fnNew();