CC-3809 : Metadata popup keeps loading by right clicking the preview button of a playlist, only in Firefox
This commit is contained in:
parent
4e2aee83fd
commit
2b55002532
|
@ -350,7 +350,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
});
|
||||
|
||||
//add a tool tip to appear when the user clicks on the type icon.
|
||||
$(nRow).find("td:not(:first, td>img)").qtip({
|
||||
$(nRow).find("td:not(.library_checkbox, .library_type)").qtip({
|
||||
content: {
|
||||
text: "Loading...",
|
||||
title: {
|
||||
|
|
Loading…
Reference in New Issue