CC-3972: it is not possible to select tracks in Now Playing tab
-fixed
This commit is contained in:
parent
b588b3b9a4
commit
8a63478c73
|
@ -301,6 +301,7 @@ var AIRTIME = (function(AIRTIME){
|
|||
|
||||
if (!$el.hasClass("ui-state-disabled")) {
|
||||
$el.addClass("ui-state-hover");
|
||||
$("#show_builder .ui-icon-document-b").contextMenu(true);
|
||||
}
|
||||
else {
|
||||
$("#show_builder .ui-icon-document-b").contextMenu(false);
|
||||
|
|
Loading…
Reference in New Issue