CC-3880: NowPlaying-> there is no tooltip for the removed files available

-done
This commit is contained in:
denise 2012-06-01 15:10:22 -04:00
parent c554190faf
commit 9c89d263db
1 changed files with 10 additions and 0 deletions

View File

@ -513,6 +513,16 @@ var AIRTIME = (function(AIRTIME){
}
else {
$image.html('<span class="ui-icon ui-icon-alert"></span>');
$image.find(".ui-icon-alert").qtip({
content: {
text: "Airtime is unsure about the status of this file. This can happen when the file is on a remote drive that is unaccessible or the file is in a directory that isn't \"watched\" anymore."
},
style: {
classes: "ui-tooltip-dark"
},
show: 'mouseover',
hide: 'mouseout'
});
}
$node = $(nRow.children[0]);