CC-3174 : showbuilder

fixing jplayer preview
This commit is contained in:
Naomi Aro 2012-03-27 16:27:43 +02:00
parent dfc6ae6273
commit 9c52b2ee1f
4 changed files with 19 additions and 12 deletions

View file

@ -299,7 +299,7 @@ var AIRTIME = (function(AIRTIME){
if (aData.image === true) {
$image.html('<img src="/css/images/icon_audioclip.png"></img>')
.click(function() {
open_show_preview(aData.instance, iDisplayIndex);
open_show_preview(aData.instance, aData.pos);
return false;
});
}