Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
c5f9288aab
20 changed files with 80 additions and 69 deletions
|
@ -414,7 +414,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