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:
parent
24f4e589a4
commit
8fae454db6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue