CC-3901: DJ not assigned to Show, Guest: selection dialog populated upon clicking on "Select All" button in Now Playing

-fixed
This commit is contained in:
denise 2012-06-07 17:04:31 -04:00
parent 24f4e589a4
commit 8fae454db6
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ var AIRTIME = (function(AIRTIME){
if (!$el.hasClass("ui-state-disabled")) {
$el.addClass("ui-state-hover");
}
else {
$("#show_builder .ui-icon-document-b").contextMenu(false);
}
});
$sbContent.on("mouseleave", ".fg-toolbar ul li", function(ev) {