CC-3677: Tooltips improvements

-done
This commit is contained in:
denise 2012-04-30 16:20:23 -04:00
parent 42fbab9ff7
commit 4477ac02e7
2 changed files with 2 additions and 2 deletions

View file

@ -409,7 +409,7 @@ var AIRTIME = (function(AIRTIME){
$image = $(nRow).find('td.sb-image');
//check if the file exists.
if (aData.image === true) {
$image.html('<img src="/css/images/icon_audioclip.png"></img>')
$image.html('<img title="Track preview" src="/css/images/icon_audioclip.png"></img>')
.click(function() {
open_show_preview(aData.instance, aData.pos);
return false;