CC-3677: Tooltips improvements
-done
This commit is contained in:
parent
42fbab9ff7
commit
4477ac02e7
2 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue